Commit 1decd8a4 by BellCodeEditor

save project

parent d6c81a0f
Showing with 20 additions and 0 deletions
class JIEGEBUYAO:
def __init__(xun,rsk,chaoxun,good,prepect,bad,miss,san,):
xun.good=good
xun.prepect=prepect
xun.bad=bad
xun.miss=miss
xun.san=san
xun.rsk=rsk
JIEGE=JIEGEBUYAO("JIEGE",10.72,1,2499,0,0,-99999999999999999999999999999999999)
BINBIN=JIEGEBUYAO("BINBIN",0.00,0,0,1567,933,654674666576475556)
print(JIEGE.prepect)
print(BINBIN.prepect)
def rskw():
JIEGE.san=JIEGE.san+1
JIEGE.prepect=JIEGE.prepect+1
rskw()
print(JIEGE.prepect)
print(JIEGE.san)
\ 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