Commit e9c01914 by BellCodeEditor

auto save

parent 6d88eca4
Showing with 23 additions and 0 deletions
def h():
s=[]
while True:
z=input('输')
if z=='c':
break
else:
try:
y=int(z)
except:
print('输')
else:
s.append(z)
finally:
print('*'*30)
return z
print(h())
try:
age = int(input('岁?'))
except:
print('整数,人机。')
print('结。')
\ 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