Codecademy Python "is_prime" exercise in "Practice Makes Perfect"-Is it ...
I've been plugging away on the Codecademy python course and I had a solution that worked. However, during the verification process, I added an extra bit of code that would print the current state the for loop is in. When I execute the code, however, it seems to go through one iteration before quitting, which I know is not the case.