Задание

Укажите результат выполнения программы.

str1 = '1'
str2 = str1 + '2' + str1
str3 = str2 + '3' + str2
str4 = str3 + '4' + str3
print\(str4\)