@@ -1,11 +1,20 @@
# shapes.py
# ---------
# By MWC contributors
from turtle import *
def triangle(side_length):
pass
forward(side_length)
right(120)
def rectangle(height, width):
The note is not visible to the blocked user.