微信扫一扫
# 保存数据with open("xzy.txt", "w", encoding="utf8") as f: f.write("hello baby")print("game over")
相关推荐