Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumPythonshallow vs deep copySingle-choice MCQ1,730 views

What is the output?

x = [[0]] * 3 x[0][0] = 99 print(x)