Q. Syntax of ‘for’ loop is given below:
Code:
for < _________ > in <sequence/ items in range>: Fill in the blank
β
Correct Answer: (A)
control-variable
for < _________ > in <sequence/ items in range>: Fill in the blank
You must be Logged in to update hint/solution