Create a variable named best. Remove the last value from the list and store it in best.
best
Make sure to type best = pace.pop().
best = pace.pop()