Python Operators
What are operators in python ?
Operators are special symbols in Python that carry out arithmetic or logical omputation. The value that the operator operates on is called the operand.
Type of operators in python
Arithmetic operators.
Comparison operators.
Logical operators.
Bitwise operators.
Assignment operators.
Special operators.

Comments
Post a Comment