You are attempting to open a file containing a list of integer numbers, each on ...
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
You are attempting to open a file containing a list of integer numbers, each on a separate line, and read them into Python as int types. What statement could you use to do this, assuming each line is represented by the line variable in a continuous loop?