Commit d5c009ed by BellCodeEditor

auto save

parent 5ae2e57c
Showing with 4 additions and 0 deletions
...@@ -3,3 +3,6 @@ class Hero: ...@@ -3,3 +3,6 @@ class Hero:
self.level=1 self.level=1
self.hp=500 self.hp=500
self.attack=10 self.attack=10
yase=Hero()
print(yase.attack)
\ 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