🌈 搜索
📅  最后修改于: 2022-03-11 14:46:50.447000             🧑  作者: Mango
with open('names.txt', 'r') as f: myNames = [line.strip() for line in f]