摘要:
f = open("city.txt","r",encoding="utf-8") china_city = eval(f.read()) f.close() print("操作说明:增加》z,删除》del,进入》直接输入名称,返回上层》b") def quits(): import os prin 阅读全文
posted @ 2020-01-13 22:43
三道_python
阅读(163)
评论(0)
推荐(0)