Window logo in python turtle

Publicado em: 18 Setembro 2022
no 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.
.


Nesta página do site você pode assistir ao vídeo on-line Window logo in python turtle duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário CODE__DECODE 18 Setembro 2022, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 455 vezes e gostou 11 espectadores. Boa visualização!