How to Design Windows Logo using Python?? 🔥🔥|| Turtle || 2022

Published: 05 March 2022
on channel: Tech With Kamaal
71
2

Windows logo using Python Turtle...

*Source code*


from turtle import *
speed(1)
bgcolor('black')
penup()
goto(-50,60)
pendown()
color('blue')
begin_fill()
goto (100,100)
goto (100,-100)
#Draw windows
goto(-50,-60)
goto(-50,60)
end_fill()
color('black')
goto(15,100)
#cut 2 equal parts
color('black')
width(10)
goto (15,-100)
penup()
goto(100,0)
pendown()
goto(-100,0)
done()


On this page of the site you can watch the video online How to Design Windows Logo using Python?? 🔥🔥|| Turtle || 2022 with a duration of hours minute second in good quality, which was uploaded by the user Tech With Kamaal 05 March 2022, share the link with friends and acquaintances, this video has already been watched 71 times on youtube and it was liked by 2 viewers. Enjoy your viewing!