Draw your flowchart and write your pseudocode (Python) in a Microsoft Word document. Write your Python code using IDLE. Save both the word file and python file (.py)
Sum of Numbers
Assume a file containing a series of integers is named numbers.txt and exists on the computer’s disk. Write a program that reads all of the numbers stored in the file and calculates their total.