Social Media

12/22/2018

Operators Introduction

Operators are special symbol in python language that can be used to carry out arithmetic and logical computation. Operators always required one more operands to perform their operation.
In python language post and pre increment or decrement  operators are not present.
No conditional operator here exist (?:) but we can do similar jobs using if else block also.

The operators that are present in python are as follows:

  • Arithmetic Operators
  • Relational Operators
  • Logical Operators
  • Bitwise Operators
  • Assignment Operator
  • Identity Operator
  • Membership Operator
Be First to Post Comment !
Post a Comment