تکمیل کے تقاضے
This Book deals with What is an Operator and what are the various operators in Python.
Note : This section is mandatory to complete.
1. Introduction about Python Operators
Operators are symbols used to perform operations on variables and values.
In the example below, we use the + operator to add together two values:
print(10 + 5)
Python divides the operators in the following groups:
- Arithmetic operators
- Assignment operators
- Comparison operators
- Logical operators
- Identity operators
- Membership operators
- Bitwise operators