Commit 3e0f9146 by BellCodeEditor

save project

parent 7acb40dd
Showing with 8 additions and 0 deletions
class Hero:
def __init__(self,hp,attack):
self.HP=hp
self.Attack=attack
self.level=1
YaSe=Hero(5000,250)
\ 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