Commit 87842dd3 by BellCodeEditor

save project

parent cc5ac9a5
Showing with 2 additions and 8 deletions
......@@ -3,11 +3,5 @@ class Hero():
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
print(SilverAsh)
\ 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