Commit 10fa4387 by BellCodeEditor

save project

parent e1633d59
Showing with 11 additions and 5 deletions
class iKun():
def __init__(self):
self.gongji=200000
self.HP=99999999
self.dengji=100
caixukun=iKun()
\ No newline at end of file
self.gongji=gongji
self.HP=HP
self.dengji=dengji
caixukun=iKun(999,99999,100)
class heizi():
def __init__(self):
self.gongji=gongji
self.HP=HP
self.dengji=dengji
xiaoheizi=heizi(9,9999,10)
\ 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