Commit 9e73ad23 by BellCodeEditor

save project

parent 39842205
Showing with 9 additions and 2 deletions
...@@ -5,6 +5,12 @@ def new_input(): ...@@ -5,6 +5,12 @@ def new_input():
if b=='q': if b=='q':
break break
else: else:
a.append(b) try:
print() a=int(a)
except:
print('')
else:
a.append(b)
print('_-'*30)
print(a)
new_input() new_input()
\ 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