>>> print('10'+'20') will give the output .....
a. 30
b. 1020
c. 2010
Answers
Answered by
3
Answer:
The result of the statement is 1020
Answered by
3
- Write the output of the following code given.
Given code,
print('10'+'20')
The output will be,
1020
Hence, option b is the answer for the question.
Similar questions