Computer Science, asked by ys594378, 6 months ago


Q.6 Explain any 5 types of operators with example of each in Python programming
language.​

Answers

Answered by amrita184
2

Answer:

Operator Description

- Subtraction Subtracts right hand operand from left hand operand.

* Multiplication Multiplies values on either side of the operator

/ Division Divides left hand operand by right hand operand

% Modulus Divides left hand operand by right hand operand and returns remainder

Answered by anurimasingh22
0

Answer:

Operator\sDescription\s(Addition)

It includes two operands.

− (Subtraction) (Subtraction)

From the first operand, the second is subtracted.

* (Multiplication) (Multiplication)

Each operand is multiplied.

/ (Division) (Division)

Divide the numerator by the denominator is what it does.

% (Modulus) (Modulus)

When an integer is divided, this operator returns the remaining value.

The programming language Python is high-level and versatile. Code readability is a priority in its design philosophy, which uses substantial indentation.

Both Python's types and trash collection are dynamic. It supports a variety of paradigms for programming, such as structured (especially procedural), object-oriented, and functional programming. Considering its extensive standard library, it is frequently called a "batteries included" language.

As a replacement for the ABC programming language, Guido van Rossum started developing Python in the late 1980s. Python 0.9.0, the initial version, was first made available in 1991. It was Python 2.0.

To know more about python, click on this link:

https://brainly.in/question/16086632

https://brainly.in/question/22123051

#SPJ3

Similar questions