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(): ...@@ -6,11 +6,13 @@ def new_input():
break break
else: else:
try: try:
a=int(a) b=int(b)
except: except:
print('') print('x')
else: else:
a.append(b) a.append(b)
print('_-'*30) print('_-'*30)
print(a) return a
new_input() result =new_input()
\ No newline at end of file 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