#Turtle is a #Python module that provides a drawing board like feature, which enables users to create pictures and shapes. Turtle is one of the most popular ways of introducing programming to kids and is part of the original LOGO programming language.
The on-screen pen that is used for drawing is called the turtle and can be moved using the functions like turtle.forward(), turtle.left(), etc. For example turtle.forward(10) will move the pen in the forward direction by 10 pixels. Consider the video example for better understanding.
#CodeWithTuqi
Entire playlists!! / csit399 .
Please, guys, like and subscribe to my channel!!