Exercise: Unpack Tuples in a for-loop

Loop over points and unpack each tuple as (x, y) right in the loop header. Add both values to total.
Python
Setting up Python environment...
Output