We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40ae8c1 + f0a0bd4 commit 8d79521Copy full SHA for 8d79521
FindLongestWord/README.md
@@ -0,0 +1,8 @@
1
+### Find Longest Word
2
+This Python script will find the longest words inside a *txt* file.\
3
+One sample file is provided inside the *files* directory. The sample file is
4
+called *words.txt* and lists over 100000 english words.
5
+
6
+You can place your *.txt* file inside that directory in order to find
7
+the longest word in it. You will just have to use the name of the
8
+newly added file (including the .txt extension) as an input after running the script.
0 commit comments