Commit 71ebf811 by BellCodeEditor

save project

parent 6e943dac
Showing with 3 additions and 0 deletions
...@@ -11,5 +11,7 @@ def new_input(): ...@@ -11,5 +11,7 @@ def new_input():
pint("请输入整数") pint("请输入整数")
else: else:
total.append(new) total.append(new)
print("_"*30)
return total
print(total) print(total)
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