Commit ac966911 by BellCodeEditor

auto save

parent ad917199
Showing with 6 additions and 2 deletions
file1=open("C:\\Users\\Administrator\\Desktop\\text.txt",'w',encoding='utf-8')
file1.write('小兰:12本')
\ No newline at end of file
......@@ -31,4 +31,5 @@ player = Player("后羿")
print("玩家的血量值为:",player.hp)
print("玩家的攻击力为:",player.attack)
houyi = Player("后羿""射手")
\ No newline at end of file
houyi = Player("后羿","射手")
yase = Hero("垭瑟")
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment