diff --git a/main.py b/main.py index 4c8864a..894cce5 100644 --- a/main.py +++ b/main.py @@ -229,6 +229,7 @@ def createBaseAnswers(word: str) -> list: ] return [ + # Assuming the first element of this list is always word, don't change it word, f"({word})", word.upper(),