How to make WhatsApp logo with turtle in python😲

Veröffentlicht am: 25 Juni 2023
auf dem Kanal: Single CODE
108
like

Hello Guys,
Hope you all are well,
My name is Sachin. In this video i showed you how to create a #whatsapp logo with turtle graphics in Python #programminglanguage Hope you all are enjoy this video, if you enjoy please don't forget to like the video and subscribe my channel.
THANKS FOR WATCHING ! !
STAY SAFE ! !

Here is the source code :-
from turtle import *

speed(10)
Screen().bgcolor("black")
penup()
goto(-20,-20)
pendown()
color("white")
begin_fill()
circle(150)
end_fill()

penup()
goto(-100,10)
pendown()
begin_fill()
right(165)
forward(100)
right(130)
forward(100)
end_fill()

color("green")
penup()
goto(-30,-10)
pendown()
begin_fill()
right(70)
circle(140)
end_fill()

color("green")
penup()
goto(-100,20)
pendown()
begin_fill()
right(160)
forward(80)
right(130)
forward(90)
end_fill()

color("white")
penup()
goto(40,40)
pendown()
begin_fill()
right(60)
circle(140,-90)
right(30)
circle(50,-50)
left(90)
forward(40)
right(90)
forward(20)
penup()
goto(40,40)
pendown()
right(150)
circle(50,50)
left(80)
forward(40)
left(90)
forward(20)
left(98.5)
circle(95,-90)
end_fill()

color("green")
width(2)
begin_fill()
circle(92,90)
end_fill()
left(135)
width(5)

penup()
forward(10)
pendown()
forward(60)

penup()
goto(-150,-100)
pendown()

hideturtle()

done()


Auf dieser Seite können Sie das Online-Video How to make WhatsApp logo with turtle in python😲 mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Single CODE 25 Juni 2023 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 108 Mal angesehen und es wurde von like den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!