Hacking Course: Explore a vast array of courses spanning different subjects, from technology and arts to business and personal development. Our expert instructors curate each course to ensure you receive top-notch, up-to-date content.
Please click on ads
Please click on ads
Thursday, 6 July 2023
Create a google logo by using python
import turtle
gg = turtle.Turtle()
turtle.bgcolor("black")
gg.color("#4285F4","#4285F4")
gg.pensize(5)
#gg.speed(0)
# [ google color codes ]
# red = #DB4437
# blue = #4285F4
# green = #0F9D58
# yellow = #F4B400
def google():
gg.forward(120)
gg.right(90)
gg.circle(-150,50)
gg.color("#0F9D58")
gg.circle(-150,100)
gg.color("#F4B400")
gg.circle(-150,60)
gg.color("#DB4437","#DB4437")
gg.begin_fill()
gg.circle(-150,100)
gg.right(90)
gg.forward(50)
gg.right(90)
gg.circle(100,100)
gg.right(90)
gg.forward(50)
gg.end_fill()
gg.begin_fill()
gg.color("#F4B400","#F4B400")
gg.right(180)
gg.forward(50)
gg.right(90)
gg.circle(100,60)
gg.right(90)
gg.forward(50)
gg.right(90)
gg.circle(-150,60)
gg.end_fill()
gg.right(90)
gg.forward(50)
gg.right(90)
gg.circle(100,60)
gg.color("#0F9D58","#0F9D58")
gg.begin_fill()
gg.circle(100,100)
gg.right(90)
gg.forward(50)
gg.right(90)
gg.circle(-150,100)
gg.right(90)
gg.forward(50)
gg.end_fill()
gg.right(90)
gg.circle(100,100)
gg.color("#4285F4","#4285F4")
gg.begin_fill()
gg.circle(100,25)
gg.left(115)
gg.forward(65)
gg.right(90)
gg.forward(42)
gg.right(90)
gg.forward(124)
gg.right(90)
gg.circle(-150,50)
gg.right(90)
gg.forward(50)
gg.end_fill()
google()
gg.hideturtle()
turtle.done()
Subscribe to:
Post Comments (Atom)
-
https://drive.google.com/drive/u/0/my-drive
-
click here
No comments:
Post a Comment