Window logo in python turtle

Publicado el: 18 septiembre 2022
en el canal de: CODE__DECODE
455
11

Hello friends wlcm to my channel

folllowing steps to draw window logo in python turtle

importing turtle
from turtle import *
setting turtle speed
speed(1)
width(4)
setting background color
bgcolor('black')
setting color to blue
color('blue')

begin_fill()

penup()

moving turtle to starting point
goto(-50,60)
pendown()
going to right top
goto (100,100)
going to right bottom
goto (100,-100)
going to left bottom
goto(-50,-60)
going to starting point
goto(-50,60)

end_fill()

penup()

setting turtle color to black
color('black')
changing width of turtle
width(10)

cutting the shape into two equal halves horizontally

starting from left middle
goto(-50,0)
pendown()
ending at right middle
goto(100, 0)

penup()

cutting the shape into two halves vertically
starting from upper middle
goto (25,80)
pendown()
ending at bottom middle
goto(25,-80)

done()


telegram :https://t.me/SaDG0D


Instagram :https://instagram.com/sad__god5?igshi.
.


En esta página del sitio puede ver el video en línea Window logo in python turtle de Duración hora minuto segunda en buena calidad , que subió el usuario CODE__DECODE 18 septiembre 2022, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 455 veces y le gustó 11 a los espectadores. Disfruta viendo!