Go to file
Seoyeon Lee 0e0ffd5cb2 docstring is like a manual or descrption, I find it can be very helpful.
Espeically, if I work with someone else, i might not be able to understand his or her
code, but with docstring, I would have a better understanding of his or her intention.
even if I work alone, for the beginner level of coder, it would be helpful to
write down the docstring to organize the plans or orders.
2024-12-12 23:20:00 -05:00
.commit_template Initial commit 2024-08-28 15:02:57 +00:00
.gitignore Initial commit 2024-08-28 15:02:57 +00:00
dice_stats.py This was intersting. The probablity with dice is a good tool to use in class, but sometimes it's not so intuitive for some students espeically when there are multiple dice involved. This activity could encourage students to discuss and changing the code or writing a new code is a good way to simulate each probablity case. For example, three_of_a_kind and four_of_a_kind, how similar they are and how different they are is good way to start a conversation, then how we can change the code can be easily done once students fully understand how to calculate probablity. 2024-12-10 18:56:30 -05:00
die.py Initial commit 2024-08-28 15:02:57 +00:00
play.py Initial commit 2024-08-28 15:02:57 +00:00
poetry.lock Initial commit 2024-08-28 15:02:57 +00:00
pyproject.toml Initial commit 2024-08-28 15:02:57 +00:00
yahtzee.py docstring is like a manual or descrption, I find it can be very helpful. 2024-12-12 23:20:00 -05:00
yahtzee_goals.py Initial commit 2024-08-28 15:02:57 +00:00