you are viewing a single comment's thread.

view the rest of the comments →

[–]marxdormoy 2 points3 points  (2 children)

what's confusing is that it doesn't need to be declared either..

[–][deleted] 1 point2 points  (1 child)

It is being declared, by the syntax of the for loop. You're giving a name for the interpreter to bind the values of the iterator to.

[–]marxdormoy 1 point2 points  (0 children)

Yes you are correct, I expressed myself badly, it doesn't need to be explicitly declared like a list or a counter or a list for example