Skip to content

Harshini2226/Drawing-Patterns-Using-Python-Turtle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Drawing-Patterns-Using-Python-Turtle

Introduction:

In this article, we will see how to draw patterns using Python turtle graphics. python has a turtle module. turtle is a popular way for introducing programming to kids.

About Turtle:

Turtle graphics is a popular way for introducing programming to kids. It was part of the original Logo programming language developed by Wally Feurzeig, Seymour Papert, and Cynthia Solomon in 1967.

Turtle Documentation: https://docs.python.org/3/library/turtle.html

Installation:

To install the turtle module open your terminal and run the command below

$ python -m pip install turtle

Output:

The pattern is displayed on the screen.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages