Codes for creating s style logo

 Code starts from here:-




import turtle
turtle.shape("turtle")
x = turtle.Turtle()
x.speed(-2)
turtle.speed(1)
for i in range(1):
 x.left(180)
 turtle.right(90)
 turtle.forward(70)
 x.forward(45)
 x.right(145)
 x.forward(90)
 x.right(70)
 x.forward(90)
 x.right(145)
 x.forward(45)
 x.left(90)
 x.forward(70)
 turtle.right(90)
 turtle.forward(100)
 x.left(90)
 x.forward(40)
 x.left(90)
 x.forward(30)
 x.right(145)
 x.forward(60)
 x.right(70)
 x.forward(60)
 x.right(145)
 x.forward(30)
 x.left(90)
 x.forward(40)
 x.penup()
 x.forward(55)
 x.pendown()
 x.forward(60)
 x.left(90)
 x.forward(80)
 turtle.left(90)
 turtle.forward(160)
 x.left(90)
 x.forward(60)
 x.penup()
 x.forward(55)
 x.pendown()
 x.forward(80)
 x.right(90)
 turtle.left(90)
 turtle.forward(105)
 turtle.penup()
 turtle.forward(55)
 turtle.pendown()
 turtle.forward(30)
 turtle.right(90)
 turtle.forward(80)
 turtle.right(90)
 turtle.forward(30)
 x.forward(160)
 turtle.penup()
 turtle.forward(55)
 turtle.pendown()
 turtle.forward(40)
 x.right(90)
 x.forward(80)
 x.left(90)
 x.forward(70)
 x.left(90)
 x.forward(45)
 x.right(145)
 x.forward(90)
 x.right(70)
 x.forward(90)
 x.right(145)
 x.forward(45)
 x.left(90)
 x.forward(70)
 x.left(90)
 x.forward(60)
 x.left(90)
 x.forward(30)
 x.right(145)
 x.forward(60)
 x.right(70)
 x.forward(60)
 x.right(145)
 x.forward(30)
 x.left(90)
 x.forward(63)
 x.left(90)
 x.forward(82)
 x.penup()
 x.forward(40)
 x.pendown()
 x.forward(81)
 x.penup()
 x.forward
 x.right(90)
 x.penup()
 x.forward(53)
 x.pendown()
 x.right(90)
 x.forward(81)
 x.penup()
 x.forward(40)
 x.pendown()
 x.left(90)
 x.forward(4)
 x.right(90)
 x.forward(83)
 x.penup()
 x.forward(50)
 x.pendown()
 x.right(9999999999999999999)
 turtle.right(9999999)




🔅Codes ends now 
Copy the above codes and rum them in python or Pythroid 3


✴️ If you find this page helpful then
Follow the blog  for more

Thnx

Comments

Post a Comment

Popular posts from this blog

Codes for making middle finger in python

Codes for drawing free fire logo in python

Looping in Python #part 1