Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions docs/python/python_operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,32 +21,6 @@ tags:
In Python, **operators** are special symbols used to perform operations on variables and values. Python supports a wide variety of operators categorized based on their functionality.


## Operator Categories

Python provides the following types of operators:

- [Python Operators](#python-operators)
- [Operator Categories](#operator-categories)
- [Arithmetic Operators](#arithmetic-operators)
- [Comparison Operators](#comparison-operators)
- [Logical Operators](#logical-operators)
- [Assignment Operators](#assignment-operators)
- [Bitwise Operators](#bitwise-operators)
- [Membership Operators](#membership-operators)
- [Identity Operators](#identity-operators)
- [Use Cases of Python Operators](#use-cases-of-python-operators)
- [1. **Arithmetic Operators**](#1-arithmetic-operators)
- [2. **Comparison Operators**](#2-comparison-operators)
- [3. **Logical Operators**](#3-logical-operators)
- [4. **Assignment Operators**](#4-assignment-operators)
- [5. **Bitwise Operators**](#5-bitwise-operators)
- [6. **Membership Operators**](#6-membership-operators)
- [7. **Identity Operators**](#7-identity-operators)
- [8. **Operator Precedence**](#8-operator-precedence)
- [Summary Table](#summary-table)
- [Conclusion](#conclusion)


## Arithmetic Operators

Used to perform basic mathematical operations:
Expand Down
Loading