Simple Math: Add & Subtract
Python makes math operations simple and powerful. Use the following basic arithmetic operators:
- Addition (
+
) - Subtraction (
-
) - Multiplication (
*
) - Division (
/
)
Compito
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
Soluzione
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 1. Capitolo 3
single
Chieda ad AI
Chieda ad AI
Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione
Suggested prompts:
Riassuma questo capitolo
Explain code
Explain why doesn't solve task
Awesome!
Completion rate improved to 2.17
Simple Math: Add & Subtract
Scorri per mostrare il menu
Python makes math operations simple and powerful. Use the following basic arithmetic operators:
- Addition (
+
) - Subtraction (
-
) - Multiplication (
*
) - Division (
/
)
Compito
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
Soluzione
Tutto è chiaro?
Grazie per i tuoi commenti!
Awesome!
Completion rate improved to 2.17Sezione 1. Capitolo 3
single