This programme is used to make race between the turtles using turtle module in python.
pip install random pip install turtle pip install time
- You has to install all the library mentioned above.
- Run this programme in your command prompt or any terminal.
- User has to input the valid number of turtle that he/she wishes to race.
- After specifying the number of turtle you can see turtle race window appearing in your screen and turtle move randomly in the screen.
- In the end, the turtle that has reached the finish line first is mentioned in the terminal as the winner of the race.