Commit efa68a68 by BellCodeEditor

save project

parent 00bf3c01
Showing with 3 additions and 2 deletions
...@@ -3,8 +3,9 @@ class One: ...@@ -3,8 +3,9 @@ class One:
fff.hp=hp fff.hp=hp
fff.harm=harm fff.harm=harm
fff.level = level fff.level = level
fff=One() def lb(One):
One.hp=
f=One('f',300,20,1) f=One('f',300,20,1)
c=One('c',300,20,1) c=One('c',300,20,1)
print('fff',f.hp) print('fff',f.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