Commit 52a62a99 by BellCodeEditor

auto save

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