Commit 52a62a99 by BellCodeEditor

auto save

parent 98847402
Showing with 5 additions and 5 deletions
...@@ -3,7 +3,7 @@ class Hero: ...@@ -3,7 +3,7 @@ class Hero:
self.hp=300 self.hp=300
self.level=1 self.level=1
self.attck=20 self.attck=20
saisai=Hero() yase=Hero()
print(saisai.hp) print(yase.hp)
print(saisai.level) print(yase.level)
print(saisai.attck) print(yase.attck)
\ No newline at end of file \ 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