Turtles have many additional abilities! Try to incorporate some of these new commands into the existing turtle code.
Turtles can change the size of the lines they draw. Run the program to see the line thickness change! Try out some other values to see how they look, and then update your existing project using pen size.
There is a command that will make the turtle draw a circle. Run the program to see the circle! Change the size of the circle by using numbers other than 50. Try to add some circles to your existing project.
Turtles have the ability to display messages on the screen. Try adding some text to your existing project.