Beautiful Pattern using Turtle Module in python| PART 7 |(Code In Description)

Опубликовано: 04 Март 2026
на канале: The Coding Teen
76
9

CODE:--

from turtle import *
import colorsys

tracer(5)
pensize(2)
x = 0.7
bgcolor("black")

for i in range (300):
y = colorsys.hsv_to_rgb(x,1,1)
x += 0.005
pencolor(y)
fd(i)
rt(60)
fd(i)
rt(120)
fd(i)
rt(91)

done()

________________________________________________________________________________________________

Subscribe to my channel for such quality content:----
   / @thecodingteen1424  
________________________________________________________________________________________________

Guess the number game:---
   • Guess the Number Game | Python Beginners' ...  
________________________________________________________________________________________________

Draw Iron Man in 3 lines of code:--
   • Draw Iron Man RDJ in just 3 lines of code ...  
________________________________________________________________________________________________

Avengers Logo using python turtle module:--
   • Avengers LOGO | Beautiful Pattern using Tu...  
________________________________________________________________________________________________

You can also watch other videos in my playlist:--
   • Turtle Patterns  
________________________________________________________________________________________________

That is it
Please don't forget to :--
like the video
share it with your friends
do subscribe my channel
press the bell icon and select to 'all'
________________________________________________________________________________________________

JAI HIND....
________________________________________________________________________________________________
hashtags:--
#shorts #shortvideo #short #python #turtle #design #drawing #coding #programming