testing commit message
@@ -5,7 +5,13 @@
from turtle import *
def triangle(side_length):
pass
for i in range(3):
forward(side_length)
right(120)
def rectangle(height, width):
for i in range(2):
forward (width)
right(90)
forward(height)
The note is not visible to the blocked user.