Commit 93751737 by BellCodeEditor

save project

parent 70850cf8
Showing with 11 additions and 0 deletions
class c:
def __init__(a,name,hp,att,det,con):
a.name=name
a.hp=hp
a.att=att
a.det=det
a.con=con
mk=c("mk",100,50,100,50)
flkl=c("flkl",100,100,50,50)
print(flkl.hp)
print(mk.hp)
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