We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8843786 + 937ee60 commit dc2dea8Copy full SHA for dc2dea8
Mastermind game/game.py
@@ -55,7 +55,8 @@
55
if count == 0:
56
print("None of the numbers in your input match.")
57
else:
58
- print("Not quite the number. But you did get", count, "digit(s) correct!")
+ print("Not quite the number. But you did get",
59
+ count, "digit(s) correct!")
60
print('\n')
61
n = int(input("Enter your next choice of numbers: "))
62
0 commit comments