Commit Graph

5 Commits

Author SHA1 Message Date
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
Cory Dean Chung 2959bfc4e9 Finished int_under_100_to_str(number) 2023-08-16 01:08:49 -04:00
Cory Dean Chung 01989d4a26 Deleted some solutions so I could do the problems. 2023-08-16 00:58:14 -04:00
Cory Dean Chung 3edf63eaf0 Checkpoint 1: I finished planning.md 2023-08-16 00:41:38 -04:00
cchung 6db0e16e45 Initial commit 2023-08-07 18:17:24 +00:00