What is the output of this program?
print(10 == 'ten')
- an error message
- true
- false
- 10 == 12
1 answer
false
print(10 == 'ten')
- an error message
- true
- false
- 10 == 12
1 answer