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.
Test your understanding with targeted questions related to the topic.
Question 1
Easy
Define a simple function that squares a number.
π‘ Hint: Think about how to return the squared value of n.
Question 2
Easy
What does the map function return?
π‘ Hint: Consider how to convert it into a list.
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 the map function return in Python 3?
π‘ Hint: Think about how you can convert the iterator to a list.
Question 2
True or False: The filter function modifies the original list.
π‘ Hint: Consider the nature of filtering elements.
Solve 1 more question and get performance evaluation
Push your limits with challenges.
Question 1
Create a function that returns a list of cubes of all even numbers up to a specified limit.
π‘ Hint: Try to remember the syntax for list comprehensions!
Question 2
Develop a list comprehension that provides unique values from two lists combined.
π‘ Hint: Remember that converting to a set removes duplicates!
Challenge and get performance evaluation