[solved] – Question 92649
Fill in the blank in the following program that draws a figure resembling the letter ‘M’ (lying on its side). Remember that the turtle starts at the center of the canvas and facing right.
forward(100); right(150); forward(50); left(120); forward(50); right(__); forward(100);
Expert Answer
OR

