made comments on what i think the code does

This commit is contained in:
gsanders
2025-11-17 09:51:20 -05:00
parent 8f4c64182f
commit 7725ae8c99
3 changed files with 69 additions and 1 deletions

1
die.py
View File

@@ -15,3 +15,4 @@ class Die:
def roll(self):
self.face = randint(1, 6)
return self.face