Master Project
- greenforce89
- 3 years ago
- 173 views
There are many tools a programmer has in their toolbox that can make programming more efficient, one of those tools is functions! Check out this super cool Olympic Rings drawing by greenforce89! Greenforce89 recognized that the Olympic rings consist of circles of different colors, so they created a function that makes a circle and made it so that the function takes in the colors as an input! This means that they can keep re-drawing the circle over and over again by just calling the function, saving a lot of room. In what ways can you incorporate functions in your projects?
import turtle
Locked
Canvas
Console