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