Commit 09064279 by BellCodeEditor

save project

parent 53a431f5
Showing with 4 additions and 2 deletions
......@@ -3,7 +3,9 @@ class Hero :
self.level = 15
self.hp = 75000
self.attack = 5000
self.defen = 3000
houyi = Hero()
print(houyi.level)
print(houyi.hp)
print(houyi.attack)
\ No newline at end of file
print(houyi.attack)
print(houyi.defen)
\ 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