Computer Science, asked by brij9989, 8 months ago

What will be the output
produced by the following
code?
print('11'+'3')​

Answers

Answered by Anonymous
2

Answer:

print('11'+'3')

>>> 113

Similar questions