DEV Community

Cover image for Operators in Python
Keshav Jindal
Keshav Jindal

Posted on

4 3 1

Operators in Python

1.Introduction
Operators are some unique symbols which are used to carry out various functions. They are predefined in Python.
NOTE-On which the operators are used are known as the operand.
For example-Image description

In the above example we have used + as a operator and a and b are the operand.
Image description
2.operators in Python are majorly classified into 5 different types
Image description

3.Arithmetic operator
It includes numeric values as we use in mathematics.
Image description
For example-Image description
output
Image description

4.Assignment operator
These operators are used to assign some data to any unknown variables.
Image description
For example-Image description
output
Image description
`5.Logical operator
These operator are used to combine two or more statements.
Image description
For example-Image description
output
Image description

6.Comparison operator
This kind of operators are used to compare two statements.
They gives us the output in TRUE or FALSE .
Image description
For example-Image description
output
Image description
example-Image description
output
Image description

7.Identify operators
These operators are used to compare the variables if both the statements contain same kind of data in them.
Image description
For example 1 -Image description
output
Image description
2.Image description
output
Image description

Heroku

This site is built on Heroku

Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!

Get Started

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay