Commit 5d897ada by BellCodeEditor

auto save

parent 7eaed43a
Showing with 17 additions and 0 deletions
def h():
s=[]
while True:
z=input('输')
if z=='c':
break
else:
s.append(z)
print(s)
h()
\ No newline at end of file
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