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

What is the output?

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