What will be the output of the following code?
d = {0, 1, 2}
for x in d:
print(x)
0 1 2
{ 0, 1, 2} { 0, 1, 2}{ 0, 1, 2}
Error
No output
This question is part of this quiz :