Commit d35eedf3 by BellCodeEditor

save project

parent 9607ca10
# price=[15,18,14,25]
def sum(money):
a=0
for i in price:
for i in money:
a=a+i
return a
# j=sum(price)
......
import func
fenshu=[10,19,18,15]
zf=func.sum(fenshu)
print(zf/len())
print(zf/len(fenshu))
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