did the code for three and four of a kind

This commit is contained in:
gsanders
2025-12-10 09:30:04 -05:00
parent 7725ae8c99
commit 076994faea
2 changed files with 68 additions and 32 deletions

View File

@@ -17,7 +17,7 @@ class Yahtzee:
goal.used = False
while self.count_unused_goals() > 0:
self.play_round()
print(f"Your final score was {self.score}"
print(f"Your final score was {self.score}")
#says your final score
def play_round(self):