@@ -5,7 +5,9 @@
from turtle import *
def triangle(side_length):
pass
forward(side_length)
right(60)
def rectangle(height, width):
The note is not visible to the blocked user.