In order to draw a shape on the stage, what does the following function need? move 100 steps, turn right 90 degrees with four iterations.
a event block with the commands when space key pressed, then draw square
b if-then block with the commands if draw square, then run function
c known initial condition using the pen down command
d loop block with two iterations