Commit 40f7784e by BellCodeEditor

save project

parent e0b0f7ce
Showing with 4 additions and 2 deletions
......@@ -11,7 +11,9 @@ def new_input():
print("请输入数值")
else:
total.append(unit)
return total
for i in total:
s=s+i
return s
print(new_input())
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