1.

What is the output of the code shown below? D=dict(p='san', q='foundry') '{p}{q}'.format(**D)

A. Error
B. sanfoundry
C. san foundry
D. {‘san’, ‘foundry’}
Answer» C. san foundry


Discussion

No Comment Found