Commit f5452886 by BellCodeEditor

save project

parent 6e31daeb
Showing with 1 additions and 1 deletions
......@@ -8,7 +8,7 @@ def uperade():
self.livel=self.livel+1
self.hp=self.hp+50
self.attack=self.attack+5
yase= Hero('亚瑟'300,20)
yase= Hero('亚瑟',300,20)
print(yase.hp)
upgrade()
upgrade()
......
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