Where does the loop variable in a
for
loop go?
Before the
in
keyword
After the
range()
statement
Before the
in
keyword.