add comment
This commit is contained in:
parent
d23b9b57c3
commit
c8db7f6436
1 changed files with 1 additions and 0 deletions
1
main.py
1
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(),
|
||||
|
|
Reference in a new issue