4.0: ➕ Operators

Lesson

4.0: ➕ Operators

There are many different operators in Python, but in this lesson, we will be covering two simple types: arithmetic and comparison operators. Arithmetic operators allow you to do mathematics within Python, and other things such as string addition. Comparison operators let you compare two things within the program, which will come in handy in the next lesson, control flow.

Quizzes Status

@

Not recently active