Please describe the answer of the given question
Question- Write a python program that reads a file with one floating point number per line and computes and prints their averages. Run the
program this way:
>python average.py name_of_file_with_numbers
I want help to write a python program that reads a file.