Here is an example using '==' to check if two values are equal.
Run through the code and pay attention to what gets printed on lines 5 and 6.
derek_color is NOT equal to wager_color so False is printed.
derek_color is equal to josie_color so True is Printed.