Commit 1ed5c42a by BellCodeEditor

save project

parent 4b388e1f
Showing with 4 additions and 4 deletions
class Hero: class Hero():
def__init__(self): def __init__(self)
self.level=9999999999999999999 self.level=9999999999999999999
self.hp=1000000000000000000 self.hp=1000000000000000000
self.attaack=1000000000000000000 self.attaack=1000000000000000000
yase=Hero() yase=Hero()
print(type(self.attack)) print(type(yase.attack))
\ No newline at end of file \ 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