Question: code in python show output 1. (5 points) The Numbers.txt file contains a list of integer numbers. Complete the code on the right so that
1. (5 points) The Numbers.txt file contains a list of integer numbers. Complete the code on the right so that it prints the sum of the numbers in the file. (Place your code in the box to the left.) f = open('Numbers.txt') lines = f.readlines () f.close() ##Fill the code here## print (sum)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
