a ="item" if "i" in a : print("found in list") else: print("not in list")
if x: print(x) else: print(x is empty)