Commit a5221961 by BellCodeEditor

save project

parent cba09193
Showing with 7 additions and 8 deletions
try: price=[15,18,14,25]
age=int(input('你今年几岁了?')) he=0
except : for i in price:
print('要输入整数啊') he=he+i
else: print(he)
if age<18:
print('不可以喝酒噢') \ No newline at end of file
print('程序结束~~')
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