Challenge 2
Compito
Swipe to start coding
You need to calculate and display the following mathematical expressions.
- 15 + 89 ;
- 999 - 355.
Be attentive. Click button below code to check the solution of this task.
Soluzione
9
1
2
3
sum_ = 15 + 89
subtraction = 999 - 355
print(sum_, subtraction)
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 1. Capitolo 3
single
9
1
2
3
sum_ = ____
subtraction = ___
print(sum_, subtraction)
Chieda ad AI
Chieda ad AI
Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione