4. Write all the arithmetic operator used in KTurtle.
Answers
Answered by
3
The second section deals exclusively with mathematical operators, boolean (true/false) operators and comparison operators.
These operators are + (addition), - (subtraction), * (multiplication), / (division), and % (modulo).
Python Arithmetic Operators
Operator Name Example
+ Addition x + y
- Subtraction x - y
* Multiplication x * y
/ Division x / y
Similar questions
Social Sciences,
27 days ago
History,
27 days ago
Math,
27 days ago
Computer Science,
1 month ago
English,
9 months ago
Social Sciences,
9 months ago
Math,
9 months ago