Commit 1e329aab by BellCodeEditor

save project

parent b1bd9ce8
Showing with 10 additions and 10 deletions
menu = []
while True: while True:
newmenu= input("请输入:") try:
if newmenu== 'q': int(input("你今年几岁了?"))
break except:
else: print("")
menu.append(newmenu) continue:
print("您当前所有点的菜:",menu) else:
print("退出程序") if yeasold==0:
new_input() yeasold<100#突破100
\ No newline at end of file
\ 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