Commit 6c015de9 by BellCodeEditor

save project

parent d6c81a0f
Showing with 15 additions and 0 deletions
class assd:
def __init__(self,name,hp,attack):
self.level=1212121212111
self.name=name
self.hp=hp
self.attack=attack
def az():
ya.level=ya.level+1
ya.hp=ya.hp+50
ya.attack=ya.attack+4
ya=assd("ya",3,0)
yi=assd("yi",1,-1111111111111111111111111111111111111111111)
print("ya的血",ya.hp)
print("yi的功极",ya.attack)
\ 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