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