Skip to content

Commit 8c7ebc3

Browse files
committed
hotfix
1 parent 6d5e8c7 commit 8c7ebc3

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

docs/python/python_operators.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -21,30 +21,6 @@ tags:
2121
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.
2222

2323

24-
## Operator Categories
25-
26-
Python provides the following types of operators:
27-
28-
- [Python Operators](#python-operators)
29-
- [Operator Categories](#operator-categories)
30-
- [Arithmetic Operators](#arithmetic-operators)
31-
- [Comparison Operators](#comparison-operators)
32-
- [Logical Operators](#logical-operators)
33-
- [Assignment Operators](#assignment-operators)
34-
- [Bitwise Operators](#bitwise-operators)
35-
- [Membership Operators](#membership-operators)
36-
- [Identity Operators](#identity-operators)
37-
- [Use Cases of Python Operators](#use-cases-of-python-operators)
38-
- [1. **Arithmetic Operators**](#1-arithmetic-operators)
39-
- [2. **Comparison Operators**](#2-comparison-operators)
40-
- [3. **Logical Operators**](#3-logical-operators)
41-
- [4. **Assignment Operators**](#4-assignment-operators)
42-
- [5. **Bitwise Operators**](#5-bitwise-operators)
43-
- [6. **Membership Operators**](#6-membership-operators)
44-
- [7. **Identity Operators**](#7-identity-operators)
45-
- [8. **Operator Precedence**](#8-operator-precedence)
46-
- [Summary Table](#summary-table)
47-
- [Conclusion](#conclusion)
4824

4925

5026
## Arithmetic Operators

0 commit comments

Comments
 (0)