Commit cc5ac9a5 by BellCodeEditor

save project

parent d6c81a0f
Showing with 14 additions and 0 deletions
class Hero():
def __init__(n,level,Hp,attck):
n.level=level
n.Hp=Hp
n.attck=attck
def __init__(r,level,Hp,attck):
r.level=level
r.Hp=Hp
r.attck=attck
SilverAsh=Hero(n,1,1075,297)
print(SilverAsh)
Pramanix=Hero(r,1,629,193)
print(Pramanix)
\ 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