Run »
txt = "I could eat bananas all day" x = txt.partition("apples") print(x)
('I could eat bananas all day', '', '')