निम्नलिखित कोड का परिणाम क्या है ?
What is the output of the following code ?
a = set('dcma')
b = set('mlpc')
print(a^b)
A)
B)
C)
D)
Explanation: