Commit 2c76bc95 by BellCodeEditor

save project

parent 70850cf8
Showing with 7 additions and 0 deletions
class hero:
def __init__(delf,name,hp,attack):
delf.name=name
delf.level=10000000
delf.hp=hp
delf.attack=attack
hero("赵云",100000000000000000000000000000000000000000000000000000,100000000000000000000000000000000000000)
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