Conditions are listed here for ease of learning
The format is conditional: usage/definition
If Looks to see if the presented condition (ex x == 1) is true or not.
Not. Reverses of conditional statements (ex if not x==1)
==. Compares two values to see if they are equal
!= Compares two values to see if they are false
> < greater then or less then
>= <= greater then or equal too or vise Versa