Initial commit

This commit is contained in:
2026-02-01 00:34:24 +00:00
commit ef8bd0d5f7
9 changed files with 125 additions and 0 deletions

11
shapes.py Normal file
View File

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