python_ref_string_split_3.py:
x
 
txt = "apple#banana#cherry#orange"
x = txt.split("#")
print(x)