Run
x = "apple-banana-cherry" result = x.partition("-") print(result)
Output