← Back

Lab 1 - Turtle Graphics


Video


Notes

# Import statement
from turtle import *

# Functions
forward()
left()
right()
color()
begin_fill()
end_fill()