🌈 搜索
📅  最后修改于: 2022-03-11 14:45:29.264000             🧑  作者: Mango
with open('shopping.txt', 'r') as r: for line in sorted(r): print(line, end='')