Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Python
easy
Python
collections
Single-choice MCQ
4,786 views
What will this output?
a = {1, 2, 3} b = {3, 4} print(a ^ b)