Environmental Sciences, asked by ArianagradeFAN, 4 months ago

What are the types of operators in python?

Answers

Answered by Stutimehta1202
1

Answer:

Python divides the operators in the following groups:

Arithmetic operators.

Assignment operators.

Comparison operators.

Logical operators.

Identity operators.

Membership operators.

Bitwise operators.

Explanation:

Mark me Brainliest!

plz!?

Answered by Mabelrose
2

There are five types of operators in python:

  1. Arithmetic operators
  2. String operators
  3. Assignment operators
  4. Relational operators
  5. Relational operators
  6. Logical/Boolean operators

_____________

  • \sf\underline{Arithmetic \: operators} - Used to perform basic mathematical calculations [ + - × ÷]

  • \sf\underline{String \: operators} - We use " + " and " * " operators on string respectively. [ + operator is concanation operator. * operator is used to replicate]

  • \sf\underline{Assignment \: operator} (=) - Used to assign the value to a variable.

  • \sf\underline{Relational \: operator} - To show the relationship between operands. There are 6 types of relational operator.

  • \sf\underline{Logical/Boolean \:operators} - Three types of Boolean operators - 1} AND 2} OR 3}NOT

_______________________________

Know more√

Operators are symbols that perform arithmetic and logical operators on operands and provide a meaningful operand.

Similar questions