06 2022 档案
python题mhy
摘要:def save(s): f=open("test.txt","wt") f.write(s["name"]+"\n") f.write(s["sex"]+"\n") f.write(s["age"]+"\n") f.close() def read(): f=open("test.txt","rt 阅读全文
posted @ 2022-06-15 12:50 兮宇 阅读(1926) 评论(0) 推荐(0)