Commit 5f3d02f2 by BellCodeEditor

auto save

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