Commit aaed3609 by BellCodeEditor

save project

parent 15ab4f54
Showing with 10 additions and 4 deletions
class Hero: class Hero:
def __init__(self): def __init__(name,hp,attack):
self.level=100 self.level=100
self.name=pansen
self.hp=114514 self.hp=114514
self.attack=3.14159265358 self.attack=314159265358
pansen=Hero() pansen=(name,hp,attack)
def __init__(name,hp,attack):
self.level=100
self.name=终结猎手梦泪
self.hp=1145140000000000000000000000000000000000000000000000
self.attack=314159265358000000000000000000000000000000000
梦泪=(name,hp,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