Beautiful Spirographs With Python!
This is what I encountered almost by mistake while learning about loops in python. Its wonderful what you can achieve with just two nested loops.
import turtle
import random
turtle.screensize(2160,1440)
turtle.colormode(255)
turtle.speed(0)
turtle.tr...
hashnode.abhinabkhanal.com.np1 min read