Jai Shree Ram 🚩| Using Python Turtle 🐢 |

Опубликовано: 28 Апрель 2026
на канале: CyberwarriorsAP
189
11

Jai Shree Ram Bhailog 🚩

Here's the code -

import turtle as t
t.speed(25)
t.hideturtle()
t.fillcolor("red")
t.begin_fill()
t.setheading(90)
t.up()
t.bk(350)
t.setheading(360)
t.fd(100)
t.setheading(90)
t.bk(1)
t.down()
t.circle(250,180)
t.up()
t.setx(0)
t.sety(0)
t.setheading(211)
t.fd(200)
t.end_fill()
t.down()
t.pensize(10)
t.pencolor('orange')
t.setheading(100)
t.fd(300)
t.circle(4,360)
t.circle(-4,-360)
t.pensize(5)
t.setheading(100)
t.fd(13)
t.pencolor("orange")
t.fillcolor("orange")
t.begin_fill()
t.bk(30)
t.setheading(-5)
t.fd(135)
t.circle(35,50)
t.circle(-25,65)
t.fd(45)
t.circle(35,50)
t.circle(-35,50)
t.fd(5)
t.setheading(210)
t.fd(125)
t.circle(25,50)
t.setheading(300)
t.fd(10)
t.setheading(360)
t.circle(-25,50)
t.circle(35,50)
t.circle(-25,60)
t.circle(35,60)
t.circle(-35,10)
t.circle(35,50)
t.fd(25)
t.setheading(360)
t.circle(-5,65)
t.circle(-5,75)
t.circle(-30,10)
t.fd(35)
t.circle(-35,50)
t.circle(35,40)
t.circle(-35,20)
t.fd(205)
t.setheading(100)
t.fd(190)
t.up()
t.fd(15)
t.hideturtle()
t.write("JAI SHREE RAM",font=('comicsansms','30'),move=True,)
t.end_fill()
t.exitonclick()

HOPE YOU LOVED THIS VIDEO ❤️