#The turtle will now reach to the rectangular base we had drawn in the beginning
t1.left(97)
t1.forward(260)
t1.end_fill()
#At this point, we have completed drawing Radhe Krishna
t1.pu()
t1.right(90)
t1.forward(100)
t1.right(90)
t1.forward(420)
#Lets also write their holy name in our drawing
t1.color("#00a606")
t1.write("Radhe Krishna....", font=("Script",15, "bold"))
t1.hideturtle()
turtle.done()
t1.left(97)
t1.forward(260)
t1.end_fill()
#At this point, we have completed drawing Radhe Krishna
t1.pu()
t1.right(90)
t1.forward(100)
t1.right(90)
t1.forward(420)
#Lets also write their holy name in our drawing
t1.color("#00a606")
t1.write("Radhe Krishna....", font=("Script",15, "bold"))
t1.hideturtle()
turtle.done()