20.1 - What is a List?
Enroll to start learning
You’ve not yet enrolled in this course. Please enroll for free to listen to audio lessons, classroom podcasts and take practice test.
Practice Questions
Test your understanding with targeted questions
What is a list in Python?
💡 Hint: Remember it's enclosed in `[ ]`.
How do you create an empty list?
💡 Hint: Think about the syntax for lists.
4 more questions available
Interactive Quizzes
Quick quizzes to reinforce your learning
What symbol is used to create a list in Python?
💡 Hint: Think about the shape of the brackets.
Can a list contain different data types?
💡 Hint: Consider examples of mixed data in lists.
1 more question available
Challenge Problems
Push your limits with advanced challenges
Create a list of your top five favorite books and access the third book.
💡 Hint: How would you declare a list and access an item?
Write a function that takes a list and returns the first, middle, and last items as a new list.
💡 Hint: Think about index positions in lists and how to access them.
Get performance evaluation
Reference links
Supplementary resources to enhance your learning experience.