Python Programming Language MCQ Python Set MCQ
⚠ Report ✓ Question Verified Copy Link
set1 = {10, 20, 30, 40} set2 = {50, 20, "10", 60} set3 = set1.union(set2) print(set3)
Learn More MCQ Questions from Python Programming Language MCQ Python Set MCQ