Congratulations! You've written your first line of Python code!
Project #1: Please create a project on repl.it that draws the following shapes using Python with Turtle.
- rectangle
- triangle
- pentagon
- arrow
- star
- bonus points: a smiley face
After each shape you draw, please use the clear function [nameOfTurtle.clear()] so you can add all the shapes into one file. Please review the clear function used in this script (line 16).