To find out if the user ran more kilometers, code an if statement that checks if current_distance is greater than best_distance.

Make sure to pick if followed by current_distance and then >, best_distance, :.