. What will be the output of the following program code :print(‘10’ + ’20’)
Answers
Answered by
0
The Output will be
1020
Answered by
1
Answer:
The output will be '1020'. The output will be a string.
Similar questions