Commit 43d87220 by BellCodeEditor

auto save

parent 909e9946
Showing with 8 additions and 0 deletions
class hero:
def __init__(self,name,hp,attack):
self.hp=hp
self.level=1
self.attack=attack
houyi=hero("后羿",200,20)
print(houyi.level)
\ 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