python_string_in.py:
x
 
txt = "China is a great country"
x = "ina" in txt
print(x)