Image of therapy dogs with their names.

black_number = 1
cream_number = 2
total_number == '3'
total_number > cream_number = ?

What does total_number > cream_number evaluate to?
Choose an answer above!
  • Remember that x < y will evaluate to True if x is less than y.
  • So, 5 < 10 will evaluate to True.
  • However, if the values being compared aren't the same data type, there will be an error.