1.

What is the output of the code shown? s='%s, %s & %s' s%('mumbai', 'kolkata', 'delhi')

A. mumbai kolkata & delhi
B. Error
C. No output
D. mumbai, kolkata & delhi’
Answer» E.


Discussion

No Comment Found