is not belongs to which type of operator in Python? code example Example: not in python x = 10 if not x: print("True") else: print("False")