Commit f7d83d9c by BellCodeEditor

save project

parent 22354288
Showing with 23 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
def rskw(xun):
xun.san=xun.san+1
xun.prepect=xun.prepect+1
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)
JIEGE.rskw()
JIEGE.rskw()
BINBIN.rskw()
print(JIEGE.prepect)
print(BINBIN.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