Commit 5f3d02f2 by BellCodeEditor

auto save

parent 191f2866
Showing with 8 additions and 2 deletions
...@@ -12,5 +12,11 @@ def tongji(): ...@@ -12,5 +12,11 @@ def tongji():
total.append(unit) total.append(unit)
return total return total
A=tongji() def qiuhe(price):
print(A) count=0
for i in price:
count += i
return count
a=tongji()
b=qiuhe(a)
print(b)
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