Commit ae331832 by BellCodeEditor

save project

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