make "GOOGLE" Logo using python codes 👨‍💻👨‍💻......

Published: 26 March 2023
on channel: Tecno_sci
289
10

the code is in description 👇

import turtle


t=turtle.Turtle()


t.color('#4285F4','#4285F4')


#speed of pen

t.speed(6)


outline


t.forward(120)

t.right(90)

t.circle(-150,50)  

t.color('#0F9D58')

t.circle(-150,100)

t.color('#F4B400')

t.circle(-150,60)

t.color('#DB4437','#DB4437')

#first color for green

t.begin_fill()

t.circle(-150,100)

t.right(90)

t.forward(50)

t.right(90)

t.circle(100,100)

t.right(90)

t.forward(50)

t.end_fill()


t.begin_fill()


second circle for yellow color


t.color("#F4B400","#F4B400")

t.right(180)

t.forward(50)

t.right(90)


t.circle(100,60)

t.right(90)

t.forward(50)

t.right(90)

t.circle(-150,60)

t.end_fill()



third circle of green color


t.right(90)

t.forward(50)

t.right(90)

t.circle(100,60)

t.color('#0F9D58','#0F9D58')

t.begin_fill()

t.circle(100,100)

t.right(90)

t.forward(50)

t.right(90)

t.circle(-150,100)

t.right(90)

t.forward(50)

t.end_fill()


#Draw last circle


t.right(90)

t.circle(100,100)

t.color('#4285F4','#4285F4')

t.begin_fill()

t.circle(100,25)

t.left(115)

t.forward(65)

t.right(90)

t.forward(42)

t.right(90)

t.forward(124)

t.right(90)

t.circle(-150,50)

t.right(90)

t.forward(50)


t.end_fill()

t.penup()

turtle.done()


On this page of the site you can watch the video online make "GOOGLE" Logo using python codes 👨‍💻👨‍💻...... with a duration of hours minute second in good quality, which was uploaded by the user Tecno_sci 26 March 2023, share the link with friends and acquaintances, this video has already been watched 289 times on youtube and it was liked by 10 viewers. Enjoy your viewing!