Commit 9684d217 by BellCodeEditor

save project

parent d1ccbefb
Showing with 2 additions and 1 deletions
...@@ -9,6 +9,6 @@ def new_input(): ...@@ -9,6 +9,6 @@ def new_input():
try: try:
total.append(int(unit)) total.append(int(unit))
except: except:
input('你个大SB!!!!') print('你个大SB!!!!')
print(total) print(total)
new_inpu() new_inpu()
\ 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