Commit 029f938e by BellCodeEditor

save project

parent ec1d6e46
Showing with 7 additions and 6 deletions
class hero: class hero:
def __init__(a): def __init__(a,sg,tz):
a.sg=158 a.sg=sg
a.tz=93 a.tz=tz
lck=hero() lck=hero(158,93)
hhj=hero(163,103)
print(lck.sg) print(lck.sg)
print(lck.tz) print(hhj.sg)
\ No newline at end of file \ 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