Skip to content

johnson82nguyen/Python-Turtle-Race

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Turtle race

This is one of the first ever programming assignments I've ever done at the University of Minnesota. This little assignment meant a lot to me because it was how I first got started into coding. It's a cute little script of about 10 lines that makes turtles race against each other.

Wanna take bets?

To compile and run this short python script, you can do it in 2 ways. You can either open the shell and run the module then type

race()

or you can just do this command

python3 turtle_race.py

and that will do the exact same thing

This isn't supposed to be a large project that I did, but a short and simple one that first got me into programming

About

This was one of my first ever programs I've ever written. Pretty short script of turtles racing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages