Skip to content

Commit 28e862e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6ce1389 commit 28e862e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

strings/number_guessing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ def play_game(top_of_range: int) -> int:
7373
if __name__ == "__main__":
7474
top = get_top_of_range()
7575
total_guesses = play_game(top)
76-
print(f"You got it in {total_guesses} guesses!")
76+
print(f"You got it in {total_guesses} guesses!")

0 commit comments

Comments
 (0)