Page 1 of 1

Assume a text file named “myNumbers.txt” contains integers separated by a new line. Using Repl.it, create a Python prog

Posted: Thu Jul 14, 2022 2:12 pm
by answerhappygod
Assume a text file named “myNumbers.txt” contains integersseparated by a new line. Using Repl.it, create a Pythonprogram that opens the “myNumbers.txt” file and providesdescriptive statistics of the values contained in thefile. Name your file "lastName 4AE" with the appropriate filename extension. Submit your file to this assignment with your lastname as the file name followed by the U4AE.py (e.g.,Black_U4AE.py).
I am having trouble linking the "myNumbers.txt" file. I don'tthink its necessary for the actual code. Could you just use aplaceholder for the file then I'll fill it in later?