Commit 95c0ea83 by BellCodeEditor

save project

parent f212c0d1
Showing with 4 additions and 3 deletions
...@@ -2,7 +2,7 @@ class hero: ...@@ -2,7 +2,7 @@ class hero:
def _init_(self): def _init_(self):
self.level=1 self.level=1
self.hp=300 self.hp=300
self.attach=234 self.attach=80
deimai=hero() yase=Hero()
print(deimai.level) print(yase.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