posted 8 years ago
I am not quite sure I understand this. I have code that enters in grades to a text file. Works great. Here is the code :
And then I have a set of code that reads from the text file
This all works great. Python enters the values into the textfile and I can read them using the code.
Then I try this :
-I manually go into the TEXT FILE and add a set of numbers - appending the ones I already have.
-After I do that, I get an error (below).
-Nothing else in my READ of the text file code has changed, just inputting the numbers manually.
Here is the error
Any ideas?