Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumPythonidentity vs equalitySingle-choice MCQ1 views

What is the output?

a = []\nb = a\nprint(a is b, a is [])