Pat Wick 0f68ab5afd Modified dice_stats.py to fix a bug in 3+4 of kind
Found an error where self.faces().sort() was syntacticly correct, at
least I think it is, but wasn't actually generating my sorted list.
Storing the faces returned list as a variable and then sorting the
list stored in the variable did work reliably.
2024-02-04 20:54:44 -05:00
2023-08-15 13:22:49 +00:00
2023-08-15 13:22:49 +00:00
Description
No description provided
44 KiB
Languages
Python 100%