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