Computer Science, asked by kapilbhatt22, 8 months ago

>>> print('10'+'20') will give the output .....
a. 30
b. 1020
c. 2010​

Answers

Answered by imtiyazallam
3

Answer:

The result of the statement is 1020

Answered by anindyaadhikari13
3

\star\:\:\:\sf\large\underline\blue{Question:-}

  • Write the output of the following code given.

\star\:\:\:\sf\large\underline\blue{Output:-}

Given code,

print('10'+'20')

The output will be,

1020

Hence, option b is the answer for the question.

Similar questions