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 is the purpose of the zip()
function in Python?
💡 Hint: Think about how you would pair elements from two lists.
Question 2
Easy
How do you find the mean of a dataset using NumPy?
💡 Hint: Mean is the average value.
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 the output of np.mean([10, 20, 30])
?
💡 Hint: Think about how averages are calculated.
Question 2
True or False: The mode is the middle number in a sorted data set.
💡 Hint: Consider the definitions of mean, median, and mode.
Solve 2 more questions and get performance evaluation
Push your limits with challenges.
Question 1
You have two lists of temperatures in degrees Celsius and Fahrenheit. Write a program to convert Celsius to Fahrenheit using a loop and print the results.
💡 Hint: Remember the formula for conversion!
Question 2
Using a dataset of exam scores, write a program that calculates and prints the mean, median, and mode of the scores. Provide a suitable dataset.
💡 Hint: Consider how many numbers you have and their frequency.
Challenge and get performance evaluation