Python Programming Language MCQ Python Set MCQ
⚠ Report ✓ Question Verified Copy Link
sampleSet = {"Yellow", "Orange", "Black"} sampleSet.update(["Blue", "Green", "Red"]) print(sampleSet)
Learn More MCQ Questions from Python Programming Language MCQ Python Set MCQ