Commit 474fe7ac by BellCodeEditor

auto save

parent b0f5eb03
Showing with 11 additions and 10 deletions
def newsc() def newsc()
total=[] total=[]
while type: while type:
a=input(退出q) a=input('退出'+'q')
if a=='q'
break break
else:
try:
a=int(a)
except:
print("重写菜单")
else:
total.append(a)total
print("_"*30)
print(ptotal)
......
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