Image of therapy dogs with their names.

derek_color = 'cream'
wagner_color = 'black'
josie_color = 'cream'
derek_color == josie_color = ?

What does derek_color == josie_color evaluate to?
Choose an answer above!
  • Here is another question using the '==' operator.
  • Remember '==' checks is two values are equal.