Commit b26a3590 by BellCodeEditor

save project

parent f68e4b20
Showing with 9 additions and 1 deletions
...@@ -14,4 +14,12 @@ def a(): ...@@ -14,4 +14,12 @@ def a():
total.append(unit) total.append(unit)
return total return total
abc=a() abc=a()
print(abc)
def sum2(list)
sum=0
for i in abc :
sum +=i
return sum
sb=sum2(abc)
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