List Comprehension
Intermediate
Python 30 XP
📋 Challenge

Create a list of squares for numbers 1-5 using list comprehension.

Expected output: [1, 4, 9, 16, 25]

✅ Expected Output
[1, 4, 9, 16, 25]
💡 Need Help?

Click to reveal hints one at a time.

Your Progress

Status: Pending

Code Editor