Комментарии:
Your attention to detail and dedication to your craft is truly inspiring. Thank you for sharing your expertise with us!🖤❣
Ответитьfrom turtle import *
import colorsys
bgcolor('black')
tracer(20)
pensize(5)
h-0
for i in range(400):
c=colorsys.hsv_to_rgb(h,1,1)
h +=0.005
goto(0,0)
color(c)
circle(10)
forward(400-i)
lt(20)
circle(10)
rt(10)
done()
Bhai ek Indian flag ka bna do pls
ОтветитьHow do you manage to do that after writing the code, please explain I don't understand
Ответить