iter
is called on something_else
and each iteration next()
is called on the returned iterator
for something in something_else
?
Answer
iter
is called on something_else
and each iteration next()
is called on the returned iterator
Screenshot
Relevant part of lecture
supplementary material