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.
.
On this page of the site you can watch the video online Window logo in python turtle with a duration of hours minute second in good quality, which was uploaded by the user CODE__DECODE 18 September 2022, share the link with friends and acquaintances, this video has already been watched 455 times on youtube and it was liked by 11 viewers. Enjoy your viewing!