Skip to content

Middleton-Tech-Club/Into-To-Python-Art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Into-To-Python-Art

Forward & Backwards

Forwards

t.forward(100)

Move the pen forward by 100 pixels

Backwards

t.backwards(100)

Move the pen backwards by 100 pixels

Left & Right

Left

t.left(90)

Angle the pen to the left by 90 deggress

Right

t.right(90)

Angle the pen to the right by 90 deggress

Pen Settings

Pen Color

t.pencolor("red")

Change the pen color to red

Pen Size

t.pensize(10)

Change the pen size to 10px

About

An Introduction to Python using turtle to make art.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages