This is for an intro to python class:
Write a program that reads a file called numbers.txt that issupposed to contain only numbers, one per line.However, the file might contain some accidental non-numerical textas well. Your program should ignore the non-numerical lines andprint the sum of the numbers it finds.
Expert Answer
An answer will be send to you shortly. . . . .