I did't change anything. I just tried out each code.

It felt different from unit 1 because it's more structured. Additionally, it felt very similar to math in a way because we're are trying to do words in order.
This commit is contained in:
juddin2
2025-09-27 17:29:20 -04:00
parent c6f75a8dba
commit aa19b5182b
2 changed files with 25 additions and 3 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)"
]