largue todos os personagens depois de um personagem em 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)