Made with Functions: Spirals
- David_T
- 3 years ago
- 83 views
Juni student @David_T used two functions in their totally random spirals project! Not only are the colors, locations, and sizes of these spirals random, but the amount the spirals turn and the number of lines making up the spiral are random as well! Notice how the functions make the code in the loop so readable! Great job!
import turtle
import random
Locked
Canvas
Console