Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (2.2k points)

Could someone tell me what are Operators in Python?

1 Answer

0 votes
by (3.9k points)

In general, Operators are a special type of symbols, which are used in programming languages, to perform operations upon variables and values. Now, these operators are also used in Python, and hence they are called Python operators. These operators are =, +, -, /, etc. Now, Python classifies, these operators into different groups and they are:

Arithmetic Operators, Comparison Operators, Logical Operators, Identity Operators, Membership Operators, Assignment Operators, Bitwise Operators.

If you are new to Python, then check out the Python tutorial, and if you wish to get certified in Python, then check out the Python course from Intellipaat. This course is taught by industry experts who have several years of experience in the industry. Also, you will gain huge practical skills, through projects. Watch the following video on Python for Beginners to get a better understanding.

Related questions

0 votes
1 answer
0 votes
2 answers
0 votes
2 answers
asked Oct 4, 2019 in Python by Sammy (47.6k points)
0 votes
1 answer
asked Nov 10, 2020 in DevOps and Agile by chandra (29.3k points)
0 votes
1 answer

Browse Categories

...