not of in python code example Example: not in python x = 10 if not x: print("True") else: print("False")