Commit b3361db9 by BellCodeEditor

save project

parent 8d8b49f5
def sum(money): def sum(money):
count=0 count=0
for i in price: for i in money:
count=count+i count=count+i
return count return count
......
import func filel==open(r"C:\Users\Administrator\Desktop\test.txt"'w',encoding='utf-8')
fen=[89,99,95,98] file.write('小兰:12')
zf=func.sum(fen) filr1.close()
print(zf/len(fen))
......
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