Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Python
easy
Python
list ops and slicing
Single-choice MCQ
4,438 views
What will be the output?
x = [i**2 for i in range(3)] print(x)