Upload sample_text.txt
Browse files- sample_text.txt +5 -0
sample_text.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This is a sample text file created for testing word count functionality.
|
| 2 |
+
It contains several lines of text, each with different numbers of words.
|
| 3 |
+
Counting words correctly helps ensure text processing works as expected.
|
| 4 |
+
Python and other languages can easily handle such simple text analysis tasks.
|
| 5 |
+
Have fun counting words in this example file!
|