Simple Python exercise

Question:
In Python, what will 1 == "1" evaluate to?

  1. True
  2. False
  3. Error
  4. None of the above
Answer:
B - is the correct answer