Purple and Blue Sprials
- riyan
- 3 years ago
- 182 views
For one of their Python Level 1 Open Ended Projects, Juni student @riyan made this super cool random spirals pattern! Check out how they manipulated the color variables so that their spirals only ended up purple and blue. How could you use that in one of your projects?
import turtle
import random
Locked
Canvas
Console