asmarikabdar commited on
Commit
c2977d4
·
verified ·
1 Parent(s): 2907a32

Upload sample_text.txt

Browse files
Files changed (1) hide show
  1. 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!