Exercise: Unpack a List

Unpack rgb_alpha into r, g, b, and a — all in one line.
Python
Setting up Python environment...
Output