Commit 9607ca10 by BellCodeEditor

save project

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