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

Popular posts from this blog

Python Version List

Function

Python Program to Calculate the Area of a Triangle