Commit c835ccc5 by BellCodeEditor

auto save

parent e6321099
Showing with 3 additions and 2 deletions
......@@ -2,7 +2,7 @@ def kk():
t=[]
while True:
u=input('')
if u =='q'
if u =='q':
break
try:
u=int(u)
......@@ -11,6 +11,6 @@ def kk():
else:
t.append(u)
return t
w=kk()
w=kk()
print(w)
\ 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