Computer Science, asked by suyashsharma61, 7 months ago

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

Answers

Answered by viveksharma667883
4

Answer:

1020

Explanation:

both are declared as string values rather than numerical so it concatinates

Similar questions