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