# shapes.py # --------- # By MWC contributors from turtle import * def triangle(side_length): pass def rectangle(height, width): pass