The statement for x in y where y is a data structure, x refers to _______ of the data structure in each iteration.

  • Elements/Items
  • Keywords
  • Length/Index
  • Type
In the statement for x in y, where y is a data structure, x refers to the elements or items of the data structure in each iteration of the loop.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *