Commit 1c4f38b3 by BellCodeEditor

save project

parent 60203a89
Showing with 6 additions and 1 deletions
......@@ -12,7 +12,11 @@ def new_input():
print("输入错了")
else:
total.append(s)
print(total)
return total
a=new_input()
print(a)
r=0
for i in a:
r=r+i
print(r)
\ 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