@@ -10,6 +10,7 @@ def triangle(side_length):
forward(side_length)
right(120)
def rectangle(height, width):
forward(width)
@@ -22,6 +23,3 @@ def rectangle(height, width):
right(90)
triangle(100)
rectangle(50,100)
The note is not visible to the blocked user.