Commit a79ffcdd by BellCodeEditor

save project

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