What will be the result of the following code snippet?
str3 = '123' str3 = str3 + 1
A) "124"
B) 124
D) "1231"
C) TypeError