Commit 2d8e059f by BellCodeEditor

save project

parent 246f8666
Showing with 4 additions and 1 deletions
...@@ -11,6 +11,8 @@ def new(): ...@@ -11,6 +11,8 @@ def new():
print('输入整数') print('输入整数')
continue continue
else: else:
total.append(p) total.append(p
)
print(total) print(total)
new() new()
\ 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