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
What does len()
do?
π‘ Hint: Think about counting items in a box.
Question 2
Easy
How can you check if 'banana' is in a list called fruits?
π‘ Hint: Look for it as you would search for a fruit in a basket.
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 does len([1, 2, 3])
return?
π‘ Hint: Think about how many items are present.
Question 2
Concatenating [1, 2] and [3, 4] produces which of the following?
π‘ Hint: Picture combining two groups of numbers.
Solve 1 more question and get performance evaluation
Push your limits with challenges.
Question 1
Create a list of 10 integers, concatenate it with another list of 5 integers, and return the total length.
π‘ Hint: Think about how two collections combine!
Question 2
Write a program that checks if certain fruits are in a list and prints the result.
π‘ Hint: How can you keep checking each fruit one by one?
Challenge and get performance evaluation