Commit b378218f by BellCodeEditor

save project

parent 22354288
Showing with 12 additions and 0 deletions
class One:
def __init__(fff,name,hp,harm,level):
fff.hp=hp
fff.harm=harm
fff.level = level
def lb(One):
One.hp=
f=One('f',300,20,1)
c=One('c',300,20,1)
print('fff',f.hp)
print('c',c.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