making SUPER MAN logo using python turtle

Published: 10 February 2022
on channel: PYTHON WORLD
150
7

here is code


import turtle

t=turtle.Turtle()
turtle.Screen().bgcolor('navy')

def curve(value):
for i in range(value):
t.right(1)
t.forward(1)

t.penup()
t.setposition(0,43)
t.pendown()
t.begin_fill()
t.pencolor('black')
t.fillcolor('maroon')
t.pensize(3)
t.forward(81.5)
t.right(49.4)
t.forward(58)
t.right(81.42)
t.forward(182)
t.right(98.36)
t.forward(182)
t.right(81.42)
t.forward(58)
t.right(49.4)
t.forward(81.5)
t.end_fill()
t.penup()

t.setposition(38,32)
t.pendown()
t.begin_fill()
t.fillcolor('gold')
t.forward(13)
t.right(120)
t.forward(13)
t.right(120)
t.forward(13)
t.end_fill()
t.penup()

t.setposition(81.5,25)
t.pendown()
t.begin_fill()
t.right(210)
t.forward(25)
t.right(90)
t.forward(38)
t.right(45)
t.circle(82,90)
t.left(90)
t.circle(82,60)
curve(61)
t.left(90)
t.forward(57)
t.left(90)
t.forward(32)
t.end_fill()
t.penup()
t.home()

t.setposition(-69,-38)
t.pendown()
t.begin_fill()
curve(20)
t.forward(33)
t.left(10)
t.circle(82,20)
curve(30)
t.forward(10)
t.right(110)
curve(40)
t.right(10)
t.circle(50,10)
curve(45)
t.right(5)
t.forward(45)
t.end_fill()
t.penup()
t.home()

t.setposition(20,-100)
t.pendown()
t.begin_fill()
t.right(135)
t.forward(27)
t.right(90)
t.forward(27)
t.right(135)
t.forward(38.18)
t.end_fill()
t.penup()
t.home()

t.setposition(-57,32)
t.pendown()
t.begin_fill()
t.right(180)
t.forward(18)
t.left(45)
t.forward(44)
t.left(80)
t.forward(15)
t.left(130)
curve(40)
t.forward(20)
t.end_fill()

t.hideturtle()
turtle.exitonclick()import turtle

t=turtle.Turtle()
turtle.Screen().bgcolor('navy')

def curve(value):
for i in range(value):
t.right(1)
t.forward(1)

t.penup()
t.setposition(0,43)
t.pendown()
t.begin_fill()
t.pencolor('black')
t.fillcolor('maroon')
t.pensize(3)
t.forward(81.5)
t.right(49.4)
t.forward(58)
t.right(81.42)
t.forward(182)
t.right(98.36)
t.forward(182)
t.right(81.42)
t.forward(58)
t.right(49.4)
t.forward(81.5)
t.end_fill()
t.penup()

t.setposition(38,32)
t.pendown()
t.begin_fill()
t.fillcolor('gold')
t.forward(13)
t.right(120)
t.forward(13)
t.right(120)
t.forward(13)
t.end_fill()
t.penup()

t.setposition(81.5,25)
t.pendown()
t.begin_fill()
t.right(210)
t.forward(25)
t.right(90)
t.forward(38)
t.right(45)
t.circle(82,90)
t.left(90)
t.circle(82,60)
curve(61)
t.left(90)
t.forward(57)
t.left(90)
t.forward(32)
t.end_fill()
t.penup()
t.home()

t.setposition(-69,-38)
t.pendown()
t.begin_fill()
curve(20)
t.forward(33)
t.left(10)
t.circle(82,20)
curve(30)
t.forward(10)
t.right(110)
curve(40)
t.right(10)
t.circle(50,10)
curve(45)
t.right(5)
t.forward(45)
t.end_fill()
t.penup()
t.home()

t.setposition(20,-100)
t.pendown()
t.begin_fill()
t.right(135)
t.forward(27)
t.right(90)
t.forward(27)
t.right(135)
t.forward(38.18)
t.end_fill()
t.penup()
t.home()

t.setposition(-57,32)
t.pendown()
t.begin_fill()
t.right(180)
t.forward(18)
t.left(45)
t.forward(44)
t.left(80)
t.forward(15)
t.left(130)
curve(40)
t.forward(20)
t.end_fill()

t.hideturtle()
turtle.exitonclick()



#shorts #trending #shortsvideo #coding #python #youtubeshorts #instagram #viral #viralvideo #design #drawing #oddlysatisfying #satisfying #gaming #logo #like #design #backgroundmusic #bgmi #bts


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