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 |
すべて明確でしたか?
フィードバックありがとうございます!
セクション 1. 章 5
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください
セクション 1. 章 5