KnowledgeBoat Logo
|

Computer Science

Which of the following commands will create a list?

  1. listl = list( )
  2. listl = [ ]
  3. listl = list([1, 2, 3])
  4. all of these

Python List Manipulation

46 Likes

Answer

all of these

Answered By

3 Likes


Related Questions