Exercise: Sort and Unpack with *
Sort values and unpack the result. Put the lowest in low, the highest in high, and use the
* operator to grab everything else as mid.Premium
Python
Setting up Python environment... Output