Commit 7c4df242 by BellCodeEditor

save project

parent 8570c7a3
Showing with 6 additions and 5 deletions
class Hero: class Hero:
def __init__(a): def __init__(a,name,hp,attack):
a.level=9999999999999999999999999999999999999999999999999999999999999999999999999999999 a.level=1
a.hp=9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 a.name=name
a.attack=99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 a.hp=hp
yase=Hero() a.attack=attack
yase=Hero("亚瑟"9999999999999999999999999,6)
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