3.7 - Summary
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.
Practice Questions
Test your understanding with targeted questions
What is the result of 5 + 3?
💡 Hint: Use the addition operator.
What is 12 % 5?
💡 Hint: Find the remainder when 12 is divided by 5.
4 more questions available
Interactive Quizzes
Quick quizzes to reinforce your learning
Which symbol is used for addition in Python?
💡 Hint: Think of basic math operations.
True or False: The modulus operator returns the quotient of division.
💡 Hint: Remember what modulus does.
1 more question available
Challenge Problems
Push your limits with advanced challenges
Write a Python program that takes a person's age and checks if they’re eligible to vote (age >= 18) and a citizen.
💡 Hint: Think about using AND.
Given x = 20, write an expression that checks if x is both greater than 10 and divisible by 3.
💡 Hint: You'll need to use both comparison and logical operators.
Get performance evaluation
Reference links
Supplementary resources to enhance your learning experience.