Udemy 37~40
== If 2 operands are equal, return True (boolean).!= If 2 operands are not equal, return True (boolean).> If the 1st operand is greater, return True (boolean)?< If the 2nd operand is greater, return True (boolean).>= If the 1st operand is greater or equal to the 2nd operand, return True (boolean).<= If the 2nd operand is greater or equal to the 1st operand, return True (boolean).+= means x = x + k