# 读取内容with open("xzy.txt", "r", encoding="utf8") as f: content = f.read()print(content)print("game over")