python_ref_string_split_1.py:
x
 
txt = "welcome to China"
x = txt.split()
print(x)