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
Define a variable named height
and assign it the value of 170.
π‘ Hint: Remember to use the equals sign.
Question 2
Easy
What is the data type of the value 3.5?
π‘ Hint: Consider whether the number has a decimal or not.
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 variable?
π‘ Hint: Think about what it's like to have a labeled box for storing information.
Question 2
What data type would you use for the age of a person?
π‘ Hint: Consider the types of numbers age can represent.
Solve 2 more questions and get performance evaluation
Push your limits with challenges.
Question 1
Write a program that takes multiple inputs (name, age, city) from a user and print a formatted message introducing the user.
π‘ Hint: Remember to use f-strings for formatted output!
Question 2
Create a program that prompts for two numbers and finds their sum, difference, product, and quotient. Handle division by zero gracefully.
π‘ Hint: Use conditional statements to avoid errors when dividing.
Challenge and get performance evaluation