<aside> 💡 Use this template to create guidelines for all of the engineers on your team. Add a table of contents by typing /table of and pressing enter.

</aside>

Arithmetic Operators

+ - * / % //

Relational Operators

> < >= <= == !=

Boolean Operator

 `True`

False

Bitwise Operators

& | ^ << >>

Logical Operators

 `not`

and

or

Assignment Operators

  `=`

Compound Operators

 `+=    -=     *=     /=    %=    //=`