🌈 搜索
📅  最后修改于: 2022-03-11 14:46:01.098000             🧑  作者: Mango
f = open('file.txt', 'r') for x in f: x = x.lstrip() x = x.rstrip() x = x.title() print x