I am really wanting to dissect things so I know why things occur, rather than they just do. The example in my text book says "for i in range", but the same results occur if I use "for x in range" or "for z in range"
Can anyone explain what exactly causes the loop, and what the variable is doing?
Can anyone explain what exactly causes the loop, and what the variable is doing?
Comment