Skip to content

Commit

Permalink
new pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Archit669 committed Feb 1, 2024
1 parent 30164f8 commit 6437e68
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions archit/guess_number_fixed.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
break

if guess == number:
print(
f"Good job, {name}! You guessed my number in {guesses_made} guesses! But this line is way too long!"
)
print(f"Good job, {name}! You guessed my number in {guesses_made} guesses! But this line is way too long!")
else:
print("Nope. The number I was thinking of was {number}")

0 comments on commit 6437e68

Please sign in to comment.