Commit 2f3f4f26 by BellCodeEditor

save project

parent f11318a1
Showing with 9 additions and 0 deletions
class Hero:
level=1
hp=300
attack=20
yase=Hero
print("level:"+str(yase.level))
print("hp:"+str(yase.hp))
print("attack:"+str(yase.attack))
\ 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