What is the output of the following program?
set1 = {1, 2, 3} set2 = {4, 5, 6} print(len(set1 + set2))
3
6
Unexpected
Error
This question is part of this quiz :