-= Subtraction Assignment Subtracts a value from the variable and assigns the result to that variable.
What does =! Mean in Python?
= is defined as not equal to operator . It returns True if operands on either side are not equal to each other, and returns False if they are equal. Python3.