Commit af74bb17 by BellCodeEditor

save project

parent fa6626de
Showing with 5 additions and 2 deletions
...@@ -16,7 +16,10 @@ def sum(money): ...@@ -16,7 +16,10 @@ def sum(money):
cound=0 cound=0
for i in money: for i in money:
cound=cound+i cound=cound+i
c=cound/len(money) return cound
return cound,c c=new_inout()
print(c)
b=sum(c)
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