Go to file
root 2a8a1c29b8 I did a bunch wihout using the dictionary and just using if statements and returning the variables,
but it seemed like it was taking too long / too many lines so then I switched to using a dicitionary
of place values. I think it turned out okay, I was finally able to get at all of the spaces and ands
(at least, the test ran OK, I suppose there could be more oversights that weren't revealed in the tests).
2024-12-07 17:34:08 -05:00
.commit_template Initial commit 2024-08-28 01:19:58 +00:00
.gitignore Initial commit 2024-08-28 01:19:58 +00:00
numberwords.py I did a bunch wihout using the dictionary and just using if statements and returning the variables, 2024-12-07 17:34:08 -05:00
nw.py Initial commit 2024-08-28 01:19:58 +00:00
planning.md I did a bunch wihout using the dictionary and just using if statements and returning the variables, 2024-12-07 17:34:08 -05:00
poetry.lock Initial commit 2024-08-28 01:19:58 +00:00
pyproject.toml Initial commit 2024-08-28 01:19:58 +00:00
test_numberwords.py Initial commit 2024-08-28 01:19:58 +00:00