What will be the output
produced by the following
code?
print('11'+'3')
Answers
Answered by
2
Answer:
print('11'+'3')
>>> 113
Similar questions