Initial commit

This commit is contained in:
2025-04-25 21:27:14 +00:00
commit 8c3c8a4b9d
8 changed files with 122 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