Variables and Strings


Data Types and Casting


Mathematics Operators

Math Python
+ +
- -
x *
÷ /
5⁴ (Exponential) **
Remainder %
Integer Division //

Comparators

Math Python
= ==
!=
< <
<=
> >
>=

If... elif... else...