Addition in Python

Question:
What’s the value of x after this code snippet executes?

x = 1234 + 5
  1. '12345'
  2. 12345
  3. 1239
  4. '1239'
Answer:
C - is the correct answer