Commit a4f10894 by BellCodeEditor

auto save

parent 79aafa7e
Showing with 6 additions and 5 deletions
try: while True:
try:
a=int(input('几岁')) a=int(input('几岁'))
except: except:
print('错啦') print('错啦')
else: else:
print('好的') print('好的')
print('程序结束') print('程序结束')
\ No newline at end of file \ 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