Hi, I'm having an issue with using a while loop to pull the data from a file. The files I created are very simple. I have a list of 7 names in the first file and the numbers 1 through 7 in the second. When I run what I have below it skips every other name starting with the first file and doesn't seem to be pulling information at all from the second file. Nothing I do seems to fix these problems. I tried searching this forum but I couldn't find anyone else having this issue. What am I doing wrong?
EDIT: I figured out part of my problem. It doesn't skip names now but I'm still not getting values from the second file.