Computer Science

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

Python Control Flow

14 Likes

Answer

an iterable sequence

a range( ) function

Answered By

1 Like


Related Questions