This program implements a turtle race using Object-Oriented Programming. Race class handles the screen, number of racers, countdown, and running the race. Racer class represents each turtle, its color ...