From c8db7f6436474970e13093c4b9e22ee88157fdf4 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 8 Aug 2022 09:59:20 +0200 Subject: [PATCH] add comment --- main.py | 1 + 1 file changed, 1 insertion(+) 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(),