Commit 4b3526e0 by BellCodeEditor

save project

parent d6c81a0f
Showing with 16 additions and 0 deletions
class hero:
def __init__(a,sg,tz):
a.sg=sg
a.tz=tz
lck=hero(158,93)
hhj=hero(163,103)
print(lck.sg)
print(hhj.sg)
def jianfei():
lck.tz=lck.tz-0.000000000000000000000001
lck.sg=lck.sg-0.000000000000000000000000000000000000000000000000000000000000000001
jianfei()
jianfei()
print(lck.tz)
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