Go to file
root 97e1448a66 Completed checkpoint 2 by adding the docstrings.
Instead of trying to solve a problem, I was walking myself through an
already given solution to the problem. However, this is by no means
easy as you need to be able to figure out how the different functions
are connected. Also, the solution used isn't necessarily how I would
do it so I cannot make any assumptions.
I would use docstrings if I planned for someone else to use and try to
understand my code or if it was a complicated project. If not, I would
probably stick to a few comments here and there.
2024-02-07 17:37:57 -05:00
__pycache__ Completed checkpoint 2 by adding the docstrings. 2024-02-07 17:37:57 -05:00
.commit_template Initial commit 2024-02-03 23:59:12 +00:00
dice_stats.py Completed checkpoint one by adding two new methods 2024-02-04 18:03:09 -05:00
die.py Initial commit 2024-02-03 23:59:12 +00:00
play.py Initial commit 2024-02-03 23:59:12 +00:00
poetry.lock Initial commit 2024-02-03 23:59:12 +00:00
pyproject.toml Initial commit 2024-02-03 23:59:12 +00:00
yahtzee.py Completed checkpoint 2 by adding the docstrings. 2024-02-07 17:37:57 -05:00
yahtzee_goals.py Initial commit 2024-02-03 23:59:12 +00:00