निम्नलिखित स्निपेट कोड का आउटपुट क्या होगा?
What will be the output of the following code snippet ?
d = {3, 4, 5}
for k in d:
print(k)
A)
B)
C)
D)
Explanation: