What is the output of this program?

print(10 == 'ten')

- an error message

- true

- false

- 10 == 12

false