Commit 8882e98d by BellCodeEditor

auto save

parent 13d773ec
Showing with 9 additions and 2 deletions
class Hero: class Hero:
def __init__(se) def __init__(self, name):
\ No newline at end of file self.level = 1
self.hp = 250
self.attack = 40
self.name = name
def combat(self, enemy):
info1 = self.name+""+e
\ 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