Commit ff0942a0 by BellCodeEditor

save project

parent 2aeb78da
Showing with 3 additions and 3 deletions
...@@ -2,9 +2,9 @@ class Hero: ...@@ -2,9 +2,9 @@ class Hero:
def __int__(self): def __int__(self):
self.leave =1 self.leave =1
self.hp=300 self.hp=300
self.attack): self.attack=20
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