Commit abba71c8 by BellCodeEditor

save project

parent 6c4c01c7
Showing with 4 additions and 3 deletions
...@@ -10,6 +10,7 @@ def new_input(): ...@@ -10,6 +10,7 @@ def new_input():
total.append(unit) total.append(unit)
except: except:
print('输入整数') print('输入整数')
print(total) print(total)
new_input() return total[0]
\ No newline at end of file print(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