Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyPythoncollectionsSingle-choice MCQ4,786 views

What will this output?

a = {1, 2, 3} b = {3, 4} print(a ^ b)