Computer Science, asked by sanjaychauhan23382, 1 month ago

4. Write all the arithmetic operator used in KTurtle.​

Answers

Answered by noorulain9cssc
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