Simple Math: Add & Subtract
Python makes math operations simple and powerful. Use the following basic arithmetic operators:
- Addition (
+
) - Subtraction (
-
) - Multiplication (
*
) - Division (
/
)
Task
Swipe to start coding
Complete and output the arithmetic operations below
- Add the price of milk (
5.42
) and the price of bread (4.39
). Use+
operator - Subtract the price of all items in the shopping cart (
12.30
) and value of gift card (5.50
). Use-
operator
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 3
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Suggested prompts:
Can you show me some example code for these math operations in Python?
What are some common mistakes to avoid when using these operators?
Can you explain how to handle decimals and rounding in Python math operations?
Awesome!
Completion rate improved to 2.17
Simple Math: Add & Subtract
Swipe to show menu
Python makes math operations simple and powerful. Use the following basic arithmetic operators:
- Addition (
+
) - Subtraction (
-
) - Multiplication (
*
) - Division (
/
)
Task
Swipe to start coding
Complete and output the arithmetic operations below
- Add the price of milk (
5.42
) and the price of bread (4.39
). Use+
operator - Subtract the price of all items in the shopping cart (
12.30
) and value of gift card (5.50
). Use-
operator
Solution
Everything was clear?
Thanks for your feedback!
Awesome!
Completion rate improved to 2.17SectionΒ 1. ChapterΒ 3
single