Commit 1e329aab by BellCodeEditor

save project

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