Now you know what operators Python supports and how to use them. Operators are symbols, combinations of symbols, or keywords that you can use along with Python objects to build different types of expressions and perform computations in your code.
In this video course, you’ve learned:
- What Python’s arithmetic operators are and how to use them in arithmetic expressions
- What Python’s comparison, Boolean, identity, membership operators are
- How to write expressions using comparison, Boolean, identity, and membership operators
- Which bitwise operators Python supports and how to use them
- How to combine and repeat sequences using the concatenation and repetition operators
- What the augmented assignment operators are and how they work
Resources linked in this lesson:
