@snapninjasquad_ad-e3t

from turtle import *
import colorsys

# Set the speed of drawing and background color
speed(0)
bgcolor("black")

# Initialize hue value
h = 0

# Outer loop for 16 repetitions
for i in range(16):
    # Inner loop for drawing 18 shapes
    for j in range(18):
        # Get the color using HSV to RGB conversion
        c = colorsys.hsv_to_rgb(h, 1, 1)
        color(c)

        # Increment hue for the next color
        h += 0.005
        
        # Draw shapes
        right(90)
        circle(150 - j * 6, 90)
        left(90)
        circle(150 - j * 6, 90)
        right(180)
        circle(40, 24)

# Complete the drawing
done() after correcting

@Fellow_earthlings

Beautiful 😍

@MotivateYourselfwithVS

Wow, Beautiful design... 🤍✨

@Do_1_fit

Aki bar me done hogaya mera vscode me thanks bro🎉❤

@RafikulBhangi-b4s

form turtle import *
import colorsys

# set the speed of drawing and background color speed (0)
bgcolor("black")

# intialize hue value
h = 0

# Outer loop for 16 repetitions
for i in range(16):
#inner loop for drawing 18 shapes 
for j in range(18):
  #Get the color using HSY to RBG conversion
c = colorsys.hsv_to_rgb(h, 1, 1)
color(c)

  #increment hue for the next color
h += 0.005

#draw shapes 
right(90)
circle(150 - j * 6, 90)
left(90)
circle(150 - j * 6, 90)
right(180)
circle(40,24)

# complete the drawing 
done() after correcting

@dristidristi-x1v

from turtle import*
import colorsys
speed(0)
bgcolor("Black")
h=0
for i in range(16):
       for j in range(18):
             c=colorsys.hsv_to_rgb(h,1,1)
             color(c)
              h+=0.005
              rt(90)
              circle(150-j*6,90)
               lt(90)  
               circle(150-j*6,90)
                rt(180)
       circle(40,24)
done()
Thanks me later

@TechMarathi-p6u

Nice❤❤🎉

@K.kRecentfacts

The power of coding❤

@Deacoding

Great

@mouryafighter1061

Wow amazing ha

@Radhe_Krishna-mt

wrong this is not full code please give me full script😂

@kumarashishgouda2065

Can you design a festival for Rath Yatra?

@mahidmunna01

Stunning ❤

@julianvelez6563

Awesome work bro ❤❤

@sing_with_nitin

Amazing brother this community gonna rocks

@Smilefrominsight

I want to learn that too!

@RahulKumar-hj5qd

Kispa karto ho bhi coading❤❤

@khushi__jha19

Ho gyaa😌❤ Dhanyavaad 💞

@priyanka-kf5js

Thank you very much for this tutorial

@VaibhavGautam-e1z

Mai mobile me bahot mahnat se kiya nahi huo😢