I answered the questions in the exercises.md file.

- This lab was different than unit 1 in that the turtle was not used.  Also, it used pipes which is something I have never seen before.  This lab was definitely much harder than anything we did in unit 1.
- This lab made me frustrated at times as I was not able to answer every question.  I think I got the majority of them correct though.  I have never done anythng similar to this before.
This commit is contained in:
jwberent
2025-09-26 14:22:10 -04:00
parent f154fe730f
commit be2bd708c0
6 changed files with 111044 additions and 5 deletions

View File

@@ -9,7 +9,8 @@ license = {text = "MIT"}
readme = "README.md"
requires-python = ">=3.10,<4.0"
dependencies = [
"wordflow (>=0.2.4,<0.3.0)"
"wordflow (>=0.2.4,<0.3.0)",
"setuptools (>=80.9.0,<81.0.0)"
]