0 votes
in Python by

Read the Following statement:

>>>"a"+"bc"  

What will be the output of this statement?

i) a+bc

ii) abc

iii) a bc

iv) a

...