add comment

This commit is contained in:
Mylloon 2022-08-08 09:59:20 +02:00
parent d23b9b57c3
commit c8db7f6436
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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(),