🌈 搜索
📅  最后修改于: 2022-03-11 14:45:27.663000             🧑  作者: Mango
text = input() sep = '...' stripped = text.split(sep, 1)[0] print(stripped)