By assigning a list comprehension to a variable like halved, we are actually saving the resulting list into the variable.
halved
Make sure to pick halved, followed by =.
=