making TESLA logo using python turtle

Published: 04 February 2022
on channel: PYTHON WORLD
184
9

here is code....



import turtle

t = turtle.Turtle()

t.getscreen().bgcolor("red")
t.pencolor("black")
t.speed(10)

t.color("white")
t.penup()
t.goto(-160,160)
t.pendown()

t.begin_fill()
t.left(18)
t.circle(-500,40)
t.right(90)
t.forward(17)

t.right(89.5)
t.circle(500,39)
t.right(90)
t.forward(17)
t.end_fill()


t.penup()
t.goto(-155,133)
t.pendown()

t.begin_fill()
t.right(90.5)
t.circle(-500,38)
t.right(70)
t.circle(-30,80)
t.left(90)
t.circle(-20,-70)
t.right(10)
t.circle(-300,-15)
t.right(93)
t.forward(280)
t.right(160)
t.forward(280)
t.left(80)
t.circle(300,15)
t.circle(20,70)
t.left(80)
t.circle(30,-80)
t.end_fill()

t.penup()
t.goto(-20,155)
t.pendown()
t.pencolor("black")
t.color("red")
t.begin_fill()
t.left(30)
t.forward(60)
t.left(130)
t.forward(65)
t.end_fill()

#T
t.pencolor("white")
t.penup()
t.goto(-170,-180)
t.pendown()
t.right(66)

t.pensize(15)
t.forward(60)
t.back(30)
t.right(90)
t.forward(70)

#T
t.penup()
t.goto(-90,-180)
t.pendown()
t.left(90)
t.forward(60)
t.penup()
t.goto(-90,-215)
t.pendown()
t.forward(60)
t.penup()
t.goto(-90,-250)
t.pendown()
t.forward(60)

#S
t.penup()
t.goto(0,-180)
t.pendown()
t.forward(60)
t.back(60)
t.right(90)
t.forward(32.5)
t.left(90)
t.forward(60)
t.right(90)
t.forward(32.5)
t.right(90)
t.forward(60)

#L

t.penup()
t.goto(90,-180)
t.pendown()
t.left(90)
t.forward(70)
t.left(90)
t.forward(60)

#A

t.penup()
t.goto(180,-180)
t.pendown()
t.forward(60)

t.penup()
t.goto(180,-250)
t.pendown()
t.left(90)
t.forward(32.5)
t.right(90)
t.forward(60)
t.right(90)
t.forward(32.5)


t.hideturtle()
turtle.done()


#shorts #trending #shortsvideo #python #coding #youtubeshorts #instagram #design #viral #viralvideo #gaming #google #garenafreefire #logo #live #like #asmr #tesla #op #viwes #support #oddlysatisfying #satisfying


On this page of the site you can watch the video online making TESLA logo using python turtle with a duration of hours minute second in good quality, which was uploaded by the user PYTHON WORLD 04 February 2022, share the link with friends and acquaintances, this video has already been watched 184 times on youtube and it was liked by 9 viewers. Enjoy your viewing!