Remove Values from a List Using Unpacking

The following unpacking expression contains a mistake: the * operator is in the wrong position. Move the * operator so that the expression b + c == 90 evaluates to True.
Python
Setting up Python environment...
Output