Commit 97e47ec9 by BellCodeEditor

save project

parent 1ceecf47
Showing with 2 additions and 2 deletions
...@@ -9,8 +9,8 @@ class hero: ...@@ -9,8 +9,8 @@ class hero:
self.level=self.level+1 self.level=self.level+1
self.attack=self.attack+4 self.attack=self.attack+4
self.hp=self.hp+50 self.hp=self.hp+50
yase=hero("亚瑟",300,2000000000000000000000)
yase.upgrade() yase.upgrade()
yase.upgrade() yase.upgrade()
yase=hero("亚瑟",300,2000000000000000000000)
print(yase.attack) print(yase.attack)
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