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 three fruits and display it.
💡 Hint: Use square brackets and separate by commas.
Question 2
Easy
What will happen if you try to add an element to a tuple?
💡 Hint: Remember that tuples are immutable.
Practice 4 more questions and get performance evaluation
Engage in quick quizzes to reinforce what you've learned and check your comprehension.
Question 1
Which of the following is mutable?
💡 Hint: Consider which can be changed.
Question 2
True or False: Tuples can be changed after creation.
💡 Hint: What does it mean when we say a tuple is immutable?
Solve 2 more questions and get performance evaluation
Push your limits with challenges.
Question 1
Create a list containing five of your favorite movies. Then, write a function that accepts this list and returns a tuple containing the first and last movie.
💡 Hint: Think about indexing and how to convert a list to a tuple.
Question 2
Design a program that takes user input to create a list of tasks. After the user finishes creating the list, convert this list into a tuple and print both the list and the tuple.
💡 Hint: Use a loop to gather inputs and remember to convert the list to a tuple at the end.
Challenge and get performance evaluation