2.2 Draw a triangle (with a loop)

Scratch solution

View solution

This is just one of many possible solutions:

whenclickedclearpendownrepeat3move100stepsturn120degreeswait1secspenup

Back to programming challenge

Extra Challenge

Extra challenge #1: Write a program that takes the length of a side of a equilateral triangle (a triangle in which all three sides are equal) as the input, draws the triangle with the given side and displays its perimeter as the output.