Commit f3f5635b by BellCodeEditor

save project

parent ec435a5f
Showing with 9 additions and 5 deletions
class Haa:
def __init__(s):
s.hp=1
s.level=100000000000000
s.attenck=100000000000000000000000000000000000000
yase=Haa()
def __init__(s,level,name,hp,attenck):
s.level=level
s.name=name
s.hp=hp
s.attenck=attenck
yase=Haa(1,"亚瑟",999999999999999999999999999999999999999999999999999,1)
houyi=Haa(1,"后羿",1,999999999999999999999999999999999999999999999999999)
print(yase.hp)
print(houyi.attenck)
\ 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