41. What will be the output of the following Python code?
D=dict(p='Exam', q='Veda')
'{p}{q}'.format(**D)
D=dict(p='Exam', q='Veda')
'{p}{q}'.format(**D)