Industry-relevant training in Business, Technology, and Design to help professionals and graduates upskill for real-world careers.
Fun, engaging games to boost memory, math fluency, typing speed, and English skills—perfect for learners of all ages.
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.
Test your understanding with targeted questions related to the topic.
Question 1
Easy
Create a list of your three favorite colors.
💡 Hint: Think of the colors that you like most.
Question 2
Easy
Use the append() method to add a color to your list.
💡 Hint: Use the same list from the previous question.
Practice 4 more questions and get performance evaluation
Engage in quick quizzes to reinforce what you've learned and check your comprehension.
Question 1
What is a correct way to create a list of fruits in Python?
💡 Hint: Look for the correct bracket type for list creation.
Question 2
True or False: Lists in Python are immutable.
💡 Hint: Think about whether you can change a list or not.
Solve 1 more question and get performance evaluation
Push your limits with challenges.
Question 1
Create a list that contains the names of five classmates and then write a function to print each name on a new line.
💡 Hint: Use a loop to display each classmate's name.
Question 2
Write a code snippet that takes user input to create a list of favorite movies and prints it out. What if the user adds another movie to the list?
💡 Hint: Think about how to gather and add new input into your list.
Challenge and get performance evaluation