Commit 55a1f96a by BellCodeEditor

auto save

parent d0d2615b
Showing with 13 additions and 3 deletions
class Hero(object)
def__init__(self,name)
\ No newline at end of file
class Hero:
def __init__(self,name):
self.level = 1
self.hp = 999999999999999999999999999999999999
self.attack = 9999999999999999999999999999999999999999999999
self.name = name
class Player(Hero)
def __init__(self,name):
super().__init__(name)
sler.hp = 5656576765545656578798967446576768
self.
\ 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