python_ref_string_partition_1.py:
x
 
txt = "I could eat bananas all day"
x = txt.partition("bananas")
print(x)