Skip to content

Commit 07faccd

Browse files
chore: sync content to repo (#9879)
Co-authored-by: nilbuild <4921183+nilbuild@users.noreply.github.com>
1 parent 3efbfba commit 07faccd

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Operators
2+
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.
4+
5+
Visit the following resources to learn more:
6+
7+
- [@article@Python Operators](https://www.w3schools.com/python/python_operators.asp)
8+
- [@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)

0 commit comments

Comments
 (0)