Skip to content

`turtle` is a pre-installed Python library that enables users to create pictures and shapes by providing them with a virtual canvas. The onscreen pen that you use for drawing is called the turtle and this is what gives the library its name. With the Python `turtle` library, you can draw and create various types of shapes and images.

Notifications You must be signed in to change notification settings

CYBRPHRK/Turtle-Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Turtle-Practice

Introduction

turtle is a pre-installed Python library that enables users to create pictures and shapes by providing them with a virtual canvas. The onscreen pen that you use for drawing is called the turtle and this is what gives the library its name. With the Python turtle library, you can draw and create various types of shapes and images.

Main Files in the Repository

├── README.md
├── Rotating Triangles.py --> A Python file containing the code for creating the rotating triangles.
└── .gitignore --> To restrict the extra files from uploading to the repository.

About

`turtle` is a pre-installed Python library that enables users to create pictures and shapes by providing them with a virtual canvas. The onscreen pen that you use for drawing is called the turtle and this is what gives the library its name. With the Python `turtle` library, you can draw and create various types of shapes and images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages