Bright Tutorials
Home
Courses
Solutions
Videos
Q&A
Blogs
Downloads
Login
Enquiry
Home
Solutions
CBSE
Class 12
Computer Science
Review of Python Basics
Question 16
CBSE
Class 12
Computer Science
Question 64 of 120
Review of Python Basics — Question 16
Back to all questions
16
Question
Question 11
What are the various ways of creating a list?
Answer
The various ways of creating a list are :
Using Square Brackets [].
Using the list() constructor.
Using list comprehensions.
Appending Elements.
Using the extend() method.
Using slicing.
Previous
Question 15
Next
Question 17