Pencil Code Using Pencil Code create the shapes below and write the code to make these shapes. Add a screenshot of the final shape. Don’t forget to use the “text code” under the code column below. Click the drop down box and select “text code”. Shape Code Screen Shot Small square speed 2 pen black for [1..25] fd 100 rt 90 Large Square speed 2 pen black for [1..4] fd 200 rt 90 Triangle speed 2 pen black for [1..3] fd 100 rt 120 Rectangle speed 2 pen black for [1..1] fd 100 rt 90 Challenge Challenge yourself by completing the following shapes on Pencil Code. Can you figure out how to create these shapes? Shape Code Screen Shot Hexagon speed 2 pen red for [1..6] fd 50 rt 60 Octagon speed 2 pen red for [1..8] fd 50 rt 45 Pentagon speed 2 pen red for [1..5] fd 50 rt 72