Déposez tous les personnages après un personnage dans Python
sep = '...'
stripped = text.split(sep, 1)[0]
Courageous Cobra
sep = '...'
stripped = text.split(sep, 1)[0]
sep = '...'
stripped = text.split(sep, 1)[0]
text = input()
sep = '...'
stripped = text.split(sep, 1)[0]
print(stripped)