Commit c835ccc5 by BellCodeEditor

auto save

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