Skip to content

Commit

Permalink
Update redeemCode.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LSPECTRONIZTAR authored Jan 4, 2025
1 parent 835bd7b commit f6365f8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions system/miscellaneous/tests/python/redeemCode.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@
attempts.append(answer)
if answer in redeemCodes:
print("Congratulations! You have received content from the code \"" + answer + "\".")
else
print("Redeem code not recognized. Please try again.\nYou have already entered the following redeem codes:)
for i in attempts
print(i)
else:
print("Redeem code not recognized. Please try again.\nYou have already entered the following redeem codes: " + str(attempts))

0 comments on commit f6365f8

Please sign in to comment.