Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Python
medium
Python
list ops and slicing
Single-choice MCQ
What does this code print?
print([x**2 for x in [1, 2, 3]])