Coffeecrab
Programmer
I am new to python, although I know intermediate C++ and a little JavaScript. In Python, I have trouble understanding Guido's implementation of the FOR loop. Could some please explain what 'for _ in _' means? I wish he'd've taken the for(i = 2; i < 10; i++) which as of now I think is more powerful. (Especially since I can't even use for loops in python)