Go to file
Cory Dean Chung 139a0357ff I finished the problem set!!
I did change the test_numberwords.py since the words for the tens
place didn't actually match the number, e.g. 43 was originally
written as "fifty-three" there. It was interesting to see the test
cases. I tried to test some of my own numbers as I was writing, but
I missed the case of numbers ending in zero. 60 becomes
"sixty-zero", which matches what test_numberwords.py was looking for,
but in real life people would be puzzled by the extra "-zero." This
higlights for me an important point about making sure cases to be
tested cover all the sort of edge cases.
2023-08-16 01:23:06 -04:00
.gitignore Initial commit 2023-08-07 18:17:24 +00:00
numberwords.py I finished the problem set!! 2023-08-16 01:23:06 -04:00
nw.py Initial commit 2023-08-07 18:17:24 +00:00
planning.md Checkpoint 1: I finished planning.md 2023-08-16 00:41:38 -04:00
poetry.lock Initial commit 2023-08-07 18:17:24 +00:00
pyproject.toml Initial commit 2023-08-07 18:17:24 +00:00
test_numberwords.py I finished the problem set!! 2023-08-16 01:23:06 -04:00