Turtle graphics is a popular way of introducing programming to kids. It was part of the original Logo programming language developed by Wally Feurzig and Seymour Papert in 1966.
In this Video Learn how to draw this awesome turtle drawing.
#dev_z
//////////////////////////////////////////////////////
Source Code :
-----------------------------------------------------------
import turtle
turtle.bgcolor('black')
turtle.speed(0)
turtle.pencolor('blue')
turtle.pensize(1)
turtle_range=500
for i in range(turtle_range):
print(i)
if i !=(turtle_range-1):
turtle.forward(i)
else:
turtle.forward(turtle_range/2)
turtle.left(91)
turtle.hideturtle()
turtle.done()
---------------------------------------------------------
Thanks for watching... Do Like if you enjoyed the video.
En esta página del sitio puede ver el video en línea Python Turtle Drawing | Turtle Python Graphics Using Python Turtle Tutorial de Duración hora minuto segunda en buena calidad , que subió el usuario Dev-Z 04 octubre 2020, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 161 veces y le gustó 11 a los espectadores. Disfruta viendo!