Question
In this problem, you'll re-create the classic race of the tortoise and the hare. You'll use random-number generation to develop a simulation of this memorable event. Our contenders begin the race at square 1 of 70 squares. Each square represents a possible position along the race course. The finish line is at square 7
Question image 1Question image 2Question image 3Question image 4Question image 5Question image 6Question image 7Question image 8