Commit 3e738ccc by BellCodeEditor

save project

parent a8467826
Showing with 8 additions and 6 deletions
class hero: class hero:
def __init__(self): def __init__(self,name,hp,attack):
self.leve1=20 self.leve1=100000000000000000000000000000000000000000
self.hp=2100000000 self.name=name
self.attack=9999999999999999999999999999 self.hp=hp
self.attack=attack
scp096=hero()
scp173=hero('scp173',9999999999999999999999999999999999999999999999999999999999999999999999999,999999999999999999999999999999999999999999999999999999999)
scp096=hero('scp096',2100000000,99999999999999999999999999999999999999999999999999999999999999999999999999999999999999)
print(scp096.hp) print(scp096.hp)
\ 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