Skip to content

Commit 937ee60

Browse files
style: format code with autopep8
Format code with autopep8 This commit fixes the style issues introduced in e5e1241 according to the output from Autopep8. Details: None
1 parent 7bd2e9e commit 937ee60

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)