Introduction to Python
Introduction to Python
Operators in Python
Python has several types of operators used to perform operations on variables and values:
1. Arithmetic Operators
3. Logical Operators
5. Bitwise Operators
6. Membership Operators
7. Identity Operators
python
Copy code
# Arithmetic Operators Example
a = 10
b=5