Task
📝 **Task:** Use a list comprehension to build \`cubes\` — the cubes (x³) of numbers 1 through 5 inclusive. Print the result. Expected output: [1, 8, 27, 64, 125]
📋 Edit the starter code below. Tests run automatically.
💡 **Hint:** Re-read the theory if you get stuck.