not operator in pythonFarhan Tanvir Utshaw·Follow1 min read·Jul 8, 2020--Share>>> list1=[1,2,3]>>> list2=[1,2,3]>>> list1 is not list2True>>> 4 not in list1True