Addition in Python
Question
:
What’s the value of x after this code snippet executes?
x = 1234 + 5
'12345'
12345
1239
'1239'
Answer
:
C - is the correct answer