Commit 142efa27 by BellCodeEditor

save project

parent 6c7b0e99
Showing with 5 additions and 8 deletions
try
age=int(input('你今年多少岁?'))
except:
print ('请输入整数啊')
print('程序结束')
......@@ -8,5 +8,9 @@
# total.append(unit)
# print(total)
# new_input()
try:
age=int(input('你今年多少岁?'))
except:
print ('请输入整数啊')
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