Commit 39d5e433 by BellCodeEditor

save project

parent 7eaed43a
Showing with 17 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)
print(t)
q()
\ 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