C-17-Q082mediumsingle_mcq
In the format for CounterInitialization in Condition:, the keyword that links the counter and the condition is:
In the format for CounterInitialization in Condition:, the keyword that links the counter and the condition is:
- a
to - b
in - c
from - d
with
ব্যাখ্যা
In Python's for syntax, the keyword in connects the loop counter to the sequence or range it iterates over. It is what binds the counter variable to each successive value of the condition/range.