python delete everything after a character in line code example Example: python remove everything after character sep = '...' stripped = text.split(sep, 1)[0]