Commit eb65dea0 by BellCodeEditor

save project

parent 6d88eca4
Showing with 70 additions and 0 deletions
def q():
t=[]
while True:
a=input('please:')
if a=='q':
break
else:
try:
b=int(a)
except:
print( 'dnra hmsu7d9kcdg')
else:
t.append(a)
finally:
print('*'*30)
return a
print(q())
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