Make turtle graphics | python tutorial

Publicado el: 02 agosto 2023
en el canal de: CODING VODING
44
5

source code:-

import turtle
import colorsys
t=turtle.Turtle()
wn=turtle.Screen()
wn.setup(height=900,width=2000)
t.speed(0)
t.ht()
t.up()
t.goto(-200,200)
t.down()
wn.bgcolor('black')
x=500
h=0.001
while True:
t.fillcolor(colorsys.hsv_to_rgb(h,1,1))
t.begin_fill()
for i in range(4):
t.fd(x)
t.rt(89)
t.end_fill()
x-=1
h+=0.005

before run turn phone in landscape mode


En esta página del sitio puede ver el video en línea Make turtle graphics | python tutorial de Duración hora minuto segunda en buena calidad , que subió el usuario CODING VODING 02 agosto 2023, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 44 veces y le gustó 5 a los espectadores. Disfruta viendo!