Commit 3d6094ed by BellCodeEditor

save project

parent 9e73ad23
Showing with 6 additions and 5 deletions
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -6,11 +6,13 @@ def new_input():
break
else:
try:
a=int(a)
b=int(b)
except:
print('')
print('x')
else:
a.append(b)
print('_-'*30)
print(a)
new_input()
\ No newline at end of file
return a
result =new_input()
print(result)
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