Deal with Percents
You've managed a lot of tasks already, but let's add something new related to math operations.
Math symbol | Usage | Example in Python | Result |
---|---|---|---|
* | Multiplying numbers | 5 * 6 | 30 |
// | Integer Division. It is used when we want to know how many right numbers the left number contains. | 15//2 | 7 |
% | Remainder. It is used when we want to calculate the remainder of a division. | 15 % 2 | 1 |
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 1. Capitolo 5
Chieda ad AI
Chieda ad AI
Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione
Awesome!
Completion rate improved to 2.08
Deal with Percents
Scorri per mostrare il menu
You've managed a lot of tasks already, but let's add something new related to math operations.
Math symbol | Usage | Example in Python | Result |
---|---|---|---|
* | Multiplying numbers | 5 * 6 | 30 |
// | Integer Division. It is used when we want to know how many right numbers the left number contains. | 15//2 | 7 |
% | Remainder. It is used when we want to calculate the remainder of a division. | 15 % 2 | 1 |
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 1. Capitolo 5