Commit 826ba4d8 by BellCodeEditor

save project

parent bd0baee8
Showing with 1 additions and 1 deletions
...@@ -3,7 +3,7 @@ class Hero: ...@@ -3,7 +3,7 @@ class Hero:
self.level=1 self.level=1
self.attck=100 self.attck=100
self.hp=200 self.hp=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