Commit fdfddd18 by BellCodeEditor

save project

parent aa4b65e0
Showing with 8 additions and 5 deletions
class sb:
def __init__(self):
self.level=250
self.hp=250
self.attack=250
wwy=sb()
def __init__(self,level,hp,attack,name):
self.level=level
self.hp=hp
self.attack=attack
self.name=name
wwy=sb(250,250,250,"大傻逼")
ys=sb(100000000000000000,11111000000000,100000000000000,"揠色")
print(wwy.hp)
print(ys.attack)
......
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