Commit 733750f7 by BellCodeEditor

save project

parent 41ae9b2f
Showing with 14 additions and 0 deletions
try:
lb=[]
while True:
untie=int(input('请输入:'))
if untie=='q':
break
except:
print('输入错误,请输入数字')
else:
lb.append(untie)
print('_'*30)
\ 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