Facebook Logo Using Python Turtle

Publicado em: 18 Setembro 2022
no canal de: CODE__DECODE
483
11

hello friends wlcm to my channel

following python code to draw FACEBOOK

from turtle import *

speed(10)
color("BLUE")
Screen().bgcolor('black')

setup the coordinates
penup()
goto(0, 150)
pendown()

Draw the rectangle
begin_fill()
forward(150)
circle(-50, 90)
forward(300)
circle(-50, 90)
forward(300)
circle(-50, 90)
forward(300)
circle(-50, 90)
forward(150)
end_fill()

drawing the LETTER F
color("white")
penup()
goto(140, 80)
pendown()

begin_fill()
right(180)
forward(50)
circle(80, 90)
forward(50)
right(90)
forward(80)
left(90)
forward(40)
left(90)
forward(80)
right(90)
forward(160)
left(90)
forward(55)
left(90)
forward(160)
right(90)
forward(70)
left(80)
forward(45)
left(100)
forward(80)
right(90)
forward(40)
circle(-40, 90)
forward(40)
left(90)
forward(45)
end_fill()

hideturtle()
done()

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


Nesta página do site você pode assistir ao vídeo on-line Facebook Logo Using 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 483 vezes e gostou 11 espectadores. Boa visualização!