Go to file
Pat Wick 3a0b5e8881 made 3 new .txt files, answered exercises
This lab forced me to slow down and write out what I actually wanted to do, especially
as I needed to use things like "length" more than once in order to avoid indexing errors.
There were a couple of times that I wanted to use commands that didn't exist (greaterthan)
and because of the limitation, I needed to figure out how to use the commands that I did have
in a different or maybe less (more?) obvious way in order to solve the problem. With the
sixteen or more letters words, just changing the order I was comparing things solved my
problem, which looking back makes complete sense.

A few of us worked on this together on Friday and a few of the exercises we left as "this
needs to percolate a little bit" but coming back to it today (Monday) I was flying. So either
I made some huge mistakes or taking a step back and disengaging for a little bit helped me
come back and focus back in on what I was trying to accomplish. It was really nice, both from
an enjoyment and helpfulness standpoint, to work on the exercises as a group. I'm a firm believer
in most effectively learning something by having to explain it to someone else, so when one of us
got an answer and had to explain to everyone else why it worked, we ended up finding that a few
of the more confident solutions were actually flawed. If I were by myself, I probably would not have
checked my work as diligently.
2023-07-31 10:26:24 -04:00
.commit_template Initial commit 2023-07-28 01:25:55 +00:00
exercises.md made 3 new .txt files, answered exercises 2023-07-31 10:26:24 -04:00
poetry.lock Initial commit 2023-07-28 01:25:55 +00:00
pyproject.toml Initial commit 2023-07-28 01:25:55 +00:00
words_1k.txt made 3 new .txt files, answered exercises 2023-07-31 10:26:24 -04:00
words_10k.txt made 3 new .txt files, answered exercises 2023-07-31 10:26:24 -04:00
words_100k.txt made 3 new .txt files, answered exercises 2023-07-31 10:26:24 -04:00
words_370k.txt Initial commit 2023-07-28 01:25:55 +00:00