code 👇
from turtle import *
import colorsys
bgcolor('black')
speed(1000)
pensize(1)
h = 0
for i in range(200):
mycolor = colorsys.hsv_to_rgb(h,1,1)
color(mycolor)
h +=0.008
begin_fill()
fillcolor('black')
goto(0,0)
forward(i)
circle(i ,-130)
left(180)
left(222)
end_fill()
left(80)
done()
Join Us:
Subscribe to our channel for more ASMR coding videos, tutorials, and creative projects. Hit the notification bell so you never miss an update!
Connect with Us:
Follow us on
/ chetan_raut_20
/ sortedcoding
Don't forget to like, comment, and share this video with fellow coding enthusiasts. Let's create beautiful graphics together!