16. >>>print('23'+'56') will give the output.......... .
Answers
Answered by
1
>>>print('23'+'56') will give the output 2356
In python the + operator concatenates 2 or more strings.
Similar questions