3.3 Finishing up a triangle

Let us finish the triangle, enter the following commands (press the ENTER key at the end of each line):

forward 200  
right 120  
forward 200

You should see a triangle with the same length for all sides.

Congratulations, you have just written the a simple program!