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