Commit 7cfbd621 by BellCodeEditor

auto save

parent 92f55674
Showing with 3 additions and 0 deletions
...@@ -5,4 +5,6 @@ class Hero: ...@@ -5,4 +5,6 @@ class Hero:
self.attack=20 self.attack=20
yese=Hero() yese=Hero()
print(yese.level) print(yese.level)
print(yese.attack)
print(yese.hp)
\ 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