I use Turtle to draw this logo thanks for watching this video the code is in my discription
code:-
def google_pho():
import turtle as t
root=t.Turtle()
#t.speed(0)
for x in range(1,5):
if x==1:
co="#D92E13"
elif x==2:
co="#4165BE"
elif x==3:
co="#03921C"
elif x==4:
co="#F6BB09"
t.bgcolor("black")
root.color(co)
root.begin_fill()
for i in range(400):
if i==200:
root.right(90)
root.forward(130)
root.penup()
root.backward(130)
root.right(90)
root.pendown()
break
else:
root.right(0.90)
root.forward(1)
root.end_fill()
root.color("skyblue")
root.begin_fill()
root.forward(130)
root.right(90)
t.done()
THANK YOU
FOR WATCHING
PLEASE SUBSCRIBE SO CAN MAKE MORE THIS KIND OF VIDEOS
#shorts #python #software #pydroid3 #programing
#newtechcode
Auf dieser Seite können Sie das Online-Video Draw Google Photos in python 😲 | mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer DeepCantCode 10 Dezember 2022 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 1,247 Mal angesehen und es wurde von 30 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!