Skip to content

Commit

Permalink
Update The 1% challenge.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaabrielgomes committed Dec 21, 2023
1 parent f89a226 commit 5fd2ece
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions The 1% challenge.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
print("Wrong answer!")
answer1 = str(input('Wanna continue trying? [y/n] '))
if answer1 == 'y':
answer = int(input('Ok, so try to hit the correct number\nCorrect number: '))
answer = int(input('Ok, so try to hit the correct number\nCorrect number:'))
else:
print(emoji.emojize('\n\nYou succumbed by the power of a simple code, haha!:smiling_face_with_horns:\n\n'))
break
break
if answer == num:
print('Ur lucky. We have a winner!')
print(f'Ur lucky. We have a winner!\nTotal tries: {c}')

0 comments on commit 5fd2ece

Please sign in to comment.