day #5 - Operators in python

    'OPERATORS'-


So,

 'Operators are simple we already have studied this in mathematics'

" python have different types of  operators for different operators, to create a calculators we required arithmetic operators."


1. Arithmetic operators-


2. Relational Operators-


3. Assignment Operators-


4. Logical Operators-


5. Bitwise Operator-


6. Membership Operators-

                                             or

7. Identity Operators-




 

    











Comments

Post a Comment

Popular posts from this blog

day #6 - Exercise 1: make two Calculator using in python