Computer Science, asked by floramuanding, 8 months ago

What are Operators ? Name the different types of Operators used in Python

Answers

Answered by rajpriya3186
4

Answer:

python divides the operators in the following groups:

Arithmetic operators.

Assignment operators.

Comparison operators.

Logical operators.

Identity operators.

Membership operators.

Bitwise operators.

Answered by manshi007963
6

Answer:

In computer programming, operators are constructs defined within programming languages which behave generally like functions, but which differ syntactically or semantically. Common simple examples include arithmetic, comparison, and logical operations.

Python divides the operators in the following groups:

  • Arithmetic operators.
  • Assignment operators.
  • Comparison operators.
  • Logical operators.
  • Identity operators.
  • Membership operators.
  • Bitwise operators.

hope my answer helps you please follow me and mark me as brainalist....

Similar questions