Files
lab_names/shapes.py
2025-08-28 04:57:28 +00:00

12 lines
145 B
Python

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