You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/python/python_operators.md
-24Lines changed: 0 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,30 +21,6 @@ tags:
21
21
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.
22
22
23
23
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)
0 commit comments