Of Fish, Birds, and Mammals: answer the following questions. What will the output of the following code be?

d = {0: 'Fish', 1: 'Bird', 2: 'Mammal'}
for i in d:
    print(i)
Tags
programsbuzz banner