Code an if statement that uses < to check if current_pace is less than best_pace.

Make sure to pick if followed by current_pace and then <, best_pace, :.