Dictionary Comprehension: What will the output of the following code be?

d = {x.upper(): x*3 for x in 'acbd'}
print(d)
Tags
programsbuzz banner