Operators

Operators are special symbols and keywords that help perform an operation or computation on one or more values or variables.

The values or variables that the operator works on are called operands.

2. Comparison Operators

Comparison operators evaluate two values, variables, or expressions, and always return a boolean result (True or False)

The help form conditional statements allowing your programs to make decisions based on - which we will learn later