what is the output of this below python code
set1 = {5, 6, 7}
set2 = {2, 4, 6}
print(len(set1 + set2))

Posted on by