From f6365f8600e67813db84ce42cfd3fca1a8d806c2 Mon Sep 17 00:00:00 2001 From: "Adrien W (Rizz)" Date: Sat, 4 Jan 2025 10:58:29 -0500 Subject: [PATCH] Update redeemCode.py --- system/miscellaneous/tests/python/redeemCode.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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))