diff --git a/system/miscellaneous/tests/python/redeemCode.py b/system/miscellaneous/tests/python/redeemCode.py index 6f7f7eb..8cf5cf9 100644 --- a/system/miscellaneous/tests/python/redeemCode.py +++ b/system/miscellaneous/tests/python/redeemCode.py @@ -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))