Go to file
Rebecca Hankey bb138546f6 I edited pass for i,l,p, and h so that the turtle
drew those letters in the grid, so the units would remain the
same even when the size of the typeface changed.

I found this lab to be really helpful. It was a scaffolded way of
allowing for trial and error with all the techniques we have learned in python so
far. As I worked through this I found myself asking, is there a more efficent way of doing this?
or thinking, can I challenge myself to do this diffeently. From a teaching standpoint,
it was really helpful to have this lab after the drawing project was assigned. I was able to test and try
different things I might want to use in thet project. It was a nice built-in opportunity
for troubleshooting.
2024-09-22 14:45:35 -04:00
.commit_template Initial commit 2024-08-29 12:32:21 +00:00
.gitignore Initial commit 2024-08-29 12:32:21 +00:00
grid.py Initial commit 2024-08-29 12:32:21 +00:00
poetry.lock Initial commit 2024-08-29 12:32:21 +00:00
proof.py Initial commit 2024-08-29 12:32:21 +00:00
pyproject.toml Initial commit 2024-08-29 12:32:21 +00:00
test.py Initial commit 2024-08-29 12:32:21 +00:00
typeface.py I edited pass for i,l,p, and h so that the turtle 2024-09-22 14:45:35 -04:00