Skip to content

Commit 33a58dd

Browse files
chore: sync content to repo (#9888)
Co-authored-by: nilbuild <4921183+nilbuild@users.noreply.github.com>
1 parent 3a872c0 commit 33a58dd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Operators
22

3-
Operators are symbols or keywords that perform operations on values and variables. Python includes several types: arithmetic operators (+, -, *, /) for math calculations, comparison operators (==, !=, <, >) for evaluating relationships between values, and logical operators (and, or, not) for combining conditions. There are also assignment operators (=, +=, -=) for storing and updating values, bitwise operators for working with binary data, and membership operators (in, not in) for checking whether a value exists within a sequence like a list or string.
3+
Operators are symbols or keywords that perform operations on values and variables. Python includes several types: arithmetic operators (+, -, \*, /) for math calculations, comparison operators (==, !=, <, >) for evaluating relationships between values, and logical operators (and, or, not) for combining conditions. There are also assignment operators (=, +=, -=) for storing and updating values, bitwise operators for working with binary data, and membership operators (in, not in) for checking whether a value exists within a sequence like a list or string.
44

55
Visit the following resources to learn more:
66

77
- [@article@Python Operators](https://www.w3schools.com/python/python_operators.asp)
88
- [@article@Python Operators with examples](https://www.programiz.com/python-programming/operators)
9-
- [@article@Python Division: Operators, Floor Division, and Examples](https://roadmap.sh/python/division)
9+
- [@article@Python Division: Operators, Floor Division, and Examples](https://roadmap.sh/python/division)
10+
- [@article@Python Modulo Operator (%): Complete Guide with Examples](https://roadmap.sh/python/modulo)

0 commit comments

Comments
 (0)