creating a new words_100k file and answer 10 questions

In this lab, there wasn't drawing but more on how to pull information from the Terminal.
It was harder to tell if I was putting in the right code because I didn't know what the outcome
should look like in a way. I got stuck on the last 4 questions, and I overcame them by talking
to my classmates and teachers.
This commit is contained in:
tsmith37
2025-10-02 15:37:32 -04:00
parent e6b9249ad1
commit 439e073b9e
6 changed files with 111054 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)"
]