Random Spirals
- 30p98uwafhpq38u9
- 3 years ago
- 191 views
Python with turtle allows you to create very artistic graphics! Check out this cool Random Spirals project by 30p98uwafhpq38u9. 30p98uwafhpq38u9 does a great job combining different functions with a while true loop to get spirals created from random shapes! Check out their code to see how functions are really helpful in programming!
import turtle
import random
Locked
Canvas
Console