So I can keep track of when these lines are being ignored.
So let's run it again and have the word Ignore pop up, right?
And so it's doing a lot of ignoring.
It prints and finds these words, prints out Saturday, reads this line and ignores it,
reads this line and ignores it, reads this line and ignores it.
So a lot of stuff's going on here that you might not realize.
And so we have to take a look at what the problem is.
So it is now blowing up wds sub 0.
And now we can scroll down and
we can look at exactly what happened right before the traceback.
So we really now know exactly what happened before the traceback.
And the interesting thing is that there is an empty string, I mean, empty array.
There's an array with zero items.
So I'm going to print the line out too, print line:.
Now I haven't changed my program at all.
I'm just trying to figure out what's going on here.
So I'll save that, and then I'm going to run it, and we've got a lot of stuff and
it's still working.
It reads a line, it reads the line, splits it into words, and
then prints out Saturday, which is the third word on the line.
Now, here it reads a line and this line is a blank line.