🌈 搜索
📅  最后修改于: 2022-03-11 14:47:16.179000             🧑  作者: Mango
with open('countries.txt','r') as file: countriesStr = file.read() #######Yes, you can print it like a normal string