Skip to content

Commit dd582ea

Browse files
authored
Updated ReadMe.md
1 parent 955d7d7 commit dd582ea

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Most Popular Lyric/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
### Most Popular Lyric
2-
This Python script will find the lyric that appears the most times in a *txt* file containing lyrics to a song.
2+
This Python script will find and return the most frequently appearing lyric of a song.
3+
In the case where there is more than one lyric, it will return the lyric that appears first in the song.
34

4-
A sample file is provided named song.txt and contains the lyrics to Don't Stop Believin' by Journey.
5+
This script accepts song lyrics only as *.txt* files.
6+
A sample file is provided named *song.txt* that contains the lyrics to Don't Stop Believin' by Journey, but feel free to add your own *.txt* file to the direcctory.
57

6-
You can add your own file to the directory, but make sure to add the filename as input after running the script to return results.
8+
Make sure to input the filename after running the script to return results.

0 commit comments

Comments
 (0)