Commit 28ac4a6b by BellCodeEditor

auto save

parent 69475f71
Showing with 1 additions and 3 deletions
...@@ -13,8 +13,6 @@ def new_input(): ...@@ -13,8 +13,6 @@ def new_input():
print('请输入数值去!!!') print('请输入数值去!!!')
else: else:
total.append(unit) total.append(unit)
for i in total:
s=s+1
return s
print(total) print(total)
print(new_input()) 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