Circular Amazing Graphic Desing using Python turtle #python #coding #pythonshorts #viral #design

Circular Amazing Graphic Desing using Python turtle #python #coding #pythonshorts #viral #design

DEV19

1 год назад

2,939 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@MyCodingDiary
@MyCodingDiary - 16.05.2023 18:04

Your attention to detail and dedication to your craft is truly inspiring. Thank you for sharing your expertise with us!🖤❣

Ответить
@gopubalu1542
@gopubalu1542 - 22.07.2023 19:20

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()

Ответить
@indarrajpoot3380
@indarrajpoot3380 - 05.08.2023 07:22

Bhai ek Indian flag ka bna do pls

Ответить
@hossnychandoh6372
@hossnychandoh6372 - 02.05.2024 22:56

How do you manage to do that after writing the code, please explain I don't understand

Ответить