Let the user know about their new record by displaying an f-string with New distance record: , the variable best_distance, and km.

Make sure to pick print followed by ( and then f"New distance record:, {, best_distance, }, km", ).