Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumPythonlist ops and slicingSingle-choice MCQ

What does this code print?

print([x**2 for x in [1, 2, 3]])