Operators in Python Language

Operators in Python language

Operators are used to perform specific actions in programming languages.  Here are names of some common operator in Python:

  1. Arithmetic Operators ( Also known as math operators )
  2. Assignment Operators ( To assign values to variables )
  3. Comparison Operators ( To compare value of two or more variables )
  4. Logical Operators ( To combine multiple operations logically )

Leave a Comment