What will be the output of the following code?
s = {1, 2, 3, 3, 2, 4, 5, 5} 
print(s)

Posted on by