Commit 3e678713 by BellCodeEditor

save project

parent 7f838f4e
Showing with 3 additions and 3 deletions
...@@ -9,5 +9,5 @@ class Hero: ...@@ -9,5 +9,5 @@ class Hero:
self.level=self.level+1 self.level=self.level+1
self.HP=self.HP+1000000 self.HP=self.HP+1000000
self.attack=self.attack+9000 self.attack=self.attack+9000
hi() steve=Hero("Steve",10000000,90000)
steve=Hero("Steve",10000000,90000) Hero.hi
\ No newline at end of file \ 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