Simple Python exercise
Question
:
In Python, what will 1 == "1" evaluate to?
True
False
Error
None of the above
Answer
:
B - is the correct answer