Commit 4102bc68 by BellCodeEditor

save project

parent d6c81a0f
Showing with 31 additions and 0 deletions
def iii():
y.LV=y.LV+1
y.ABC+=4
y.HP+=50
class a:
def __init__(self,HP,ABC,LV):
self.HP=HP
self.ABC=ABC
self.LV=LV
y=a(300,20,1)
h=a(240,25,1)
iii()
print(y.HP)
print(h.HP)
\ 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