This commit is contained in:
Florian SYLVAIN
2021-03-11 20:34:06 +01:00
parent 7c5a6dbf14
commit 9e1e974daa
-3
View File
@@ -28,6 +28,3 @@ def spellchecker(word):
str_words += '$' + lst[indice] + ' ?\n' str_words += '$' + lst[indice] + ' ?\n'
return str_words return str_words
if __name__ == '__main__':
main()