Commit 51e717bb by BellCodeEditor

auto save

parent a022d899
Showing with 8 additions and 2 deletions
class(hero):
def__init__(seif):
class Hero():
def __init__ (seif):
seif.level=1
seif.hp=300
seif.attack=20
yese=Hero()
print(yese.level)
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