Task
📝 **Task:** Using walrus inside a list comprehension, build a list of squares for x in range(5) where the square is > 5. Print the result. Expected: [9, 16]
📋 Edit the starter code below. Tests run automatically.
💡 **Hint:** Re-read the theory if you get stuck.