Commit 18b5260a by BellCodeEditor

save project

parent 70850cf8
Showing with 11 additions and 0 deletions
class assd:
def __init__(self,name,hp,attack):
self.level=1212121212111
self.name=name
self.hp=hp
self.attack=attack
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