Commit 8776ed2b by BellCodeEditor

save project

parent d8d04dab
Showing with 4 additions and 0 deletions
......@@ -11,5 +11,8 @@ def new_input():
print('请输入整数啊')
else:
total.append(new1)
finally:
print('-'*30)
print(total)
return total
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