Commit 717f913c by BellCodeEditor

save project

parent 350ec565
Showing with 1 additions and 1 deletions
class Person: class Person:
def __init__(self,name,Hp,MP,A) def __init__(self,name,HP,MP,A):
self.level=1 self.level=1
self.HP=HP self.HP=HP
self.MP=MP self.MP=MP
......
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