Commit a79ffcdd by BellCodeEditor

save project

parent a651303a
Showing with 8 additions and 6 deletions
class ij:
def __init__(self):
self.hp=666
self.attack=889234567823456782345678345673456456456456
self.mp=0
kai=ij()
print(kai.attack)
def __init__(self,hp,attack,mp):
self.hp=hp
self.attack=attack
self.mp=mp
kai=ij(64,12345,145)
lan=ij(2334232,1,4567890345678)
print(kai.hp)
print(lan.hp)
......
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