top of page

In this video, I have shown the operators in python, Types of operators, and one program.
in short, I am telling you about what I have taught.
OPERATORS
Operators are those special symbols that carry out arithmetic or logical computation on the operand(s)
TYPES OF OPERATORS
The different types of operators provided with Python can be categorized as:
1) Assignment
2) Arithmetic
3) Relational
4) Logical
5)String.
Assignment Operator
In any programming language, an assignment operator is used to assign a value to a variable.
Arithmetic Operators
Arithmetic operators perform basic operations on numeric values to do mathematical calculations.
bottom of page