Commit e8cc558e by BellCodeEditor

save project

parent a46dcdb0
Showing with 1 additions and 1 deletions
...@@ -3,6 +3,6 @@ class Hero: ...@@ -3,6 +3,6 @@ class Hero:
self.level=1 self.level=1
self.hp=90 self.hp=90
self.attack=200 self.attack=200
yase=Hero: yase=Hero()
print(yase.hp) print(yase.hp)
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