Where does the loop variable in a for loop go?

Before the in keywordAfter the range() statement

Before the in keyword.