python_string_not_in.py:
x
 
txt = "China is a great country"
x = "ain" not in txt
print(x)