Commit da1ab1a4 by BellCodeEditor

save project

parent 3050cce9
Showing with 3 additions and 3 deletions
class Hero(): class Hero():
def __init__(self): def __init__(self):
self.level = 0 self.level = 1
self(hp) : 3000000000000000000000000000000000000000000000000000000000000000000000000000000000 self(hp) : 3000
self(attack) : 10972786437847834767276374 self(attack) : 700
yase = Hero yase = Hero
print(yase.level) print(yase.level)
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