Commit 5ca9abd8 by BellCodeEditor

auto save

parent f12e0af5
......@@ -3,9 +3,7 @@ def sum(money):
for i in money:
count=count+i
return count
price=[20,30,40,10,]
j=sum(price)
price(i)
......
import fen
import func
fen=[89,99,95,98]
zf=func.sum(fen)
print(zf/len(fen))
\ No newline at end of file
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