Question: ***Using python 3*** Write a function named file_sum that takes as a parameter the name of a text file that contains a list of numbers,
***Using python 3***
Write a function named file_sum that takes as a parameter the name of a text file that contains a list of numbers, one to a line, like this:

The function should sum the values in the file and write the sum (just that number) to a text file name sum.txt
23.77 116 9 -12.8 | 14.999
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
