Remix the program. Briefly run it to make sure you understand what it does. 1. The code has some repetition that could be reduced through the use of a custom block (function). - Refactor the code to use a function with a parameter. Be sure the code still does the same thing. 2. This code does not currently use any conditionals. Add the ability for the user to customize something about the program before the drawing begins (color, costume, looks, etc). Be sure to utilize a conditional!