Commit 6bcefc46 by BellCodeEditor

save project

parent 9fa21dea
Showing with 10 additions and 5 deletions
try: def abc():
age = int(input('你今年几岁了?')) total = []
except: while True
print('要输入整数啊') try:
print('程序结束~~') unit =int(input('请输入:'))
except:
print('输入错误')
else:
total.append(unit)
print(total)
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