Important Notice:

Course Content
Operators, Expression & Python Statement (Chapter-4) M3-R5.1
About Lesson
Types of Operators in Python

पायथन में ऑपरेटर कई प्रकार के होते है, जो निम्न हैं-

  1. Arithmetic operator
  2. Relational/Conditional Operators
  3. Logical/Boolean Operators
  4. Assignment Operators
  5. Bitwise Operators
  6. Membership Operators
  7. Identity Operators

Note:- increment (++) और decrement (–) operator python में नहीं पाया जाता है

Types of Operators in Python

There are many types of operators in Python, which are as follows-

  1. Arithmetic operator
  2. Relational/Conditional Operators
  3. Logical/Boolean Operators
  4. Assignment Operators
  5. Bitwise Operators
  6. Membership Operators
  7. Identity Operators

Note:- increment (++) and decrement (–) operator is not found in python

error: Content is protected !!