Go to file
Chris Mekelburg 8ec58ebc44 letter E
The letter E was a bit easier to code and probably what I should have
tried for first. I contemplated using some variables for the different
side lengths, but with each command only appearing 2 or 3 times, I
wasn't sure if it was worth it and it almost seemed like it would add
more complication. I'll try some more helper functions and variables
with the next letter.
2024-09-21 11:59:40 -04:00
.commit_template Initial commit 2024-08-27 23:08:18 +00:00
.gitignore Initial commit 2024-08-27 23:08:18 +00:00
grid.py Initial commit 2024-08-27 23:08:18 +00:00
poetry.lock Initial commit 2024-08-27 23:08:18 +00:00
proof.py Initial commit 2024-08-27 23:08:18 +00:00
pyproject.toml Initial commit 2024-08-27 23:08:18 +00:00
test.py Initial commit 2024-08-27 23:08:18 +00:00
typeface.py letter E 2024-09-21 11:59:40 -04:00