Skip to content

Commit dc2dea8

Browse files
Merge pull request #2764 from avinashkranjan/deepsource-transform-6d4a444f
format code with autopep8
2 parents 8843786 + 937ee60 commit dc2dea8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Mastermind game/game.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
if count == 0:
5656
print("None of the numbers in your input match.")
5757
else:
58-
print("Not quite the number. But you did get", count, "digit(s) correct!")
58+
print("Not quite the number. But you did get",
59+
count, "digit(s) correct!")
5960
print('\n')
6061
n = int(input("Enter your next choice of numbers: "))
6162

0 commit comments

Comments
 (0)