CBSE Class 11 Computer Science Question 49 of 161

Flow of Control — Question 31

Back to all questions
31
Question

Question 31

In for a in __________ : , the blank can be filled with

  1. an iterable sequence ✓
  2. a range( ) function ✓
  3. a single value
  4. an expression
Answer