Commit e9290f3e by BellCodeEditor

save project

parent 7ea99758
Showing with 9 additions and 12 deletions
total = [] try:
def new_input(): s = int(input("今年几岁啦:"))
while True: except:
unit = input("请输入:") print("要输入整数呦!")
if unit == 'q': else:
break if s<19:
else: print("不要呦!")
total.append(unit) print("ヾ( ̄▽ ̄)Bye~Bye~")
print("现在你点的菜有",total) \ No newline at end of file
print("你一共点的菜有",total)
new_input()
\ 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