Skip to content

Commit f3992b6

Browse files
authored
Update main.py
1 parent 177bfcf commit f3992b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Most Popular Lyric/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,3 @@
1414
maxWord = max(wordsTallied, key=wordsTallied.get) #Gets the most lyric word of song
1515
maxCount = wordsTallied[maxWord] #Gets number of times the lyric appears
1616
print("\n" + "The most popular lyric is: '" + maxWord + "' \nIt appears " + str(maxCount) + " times in the song" ) #Prints most popular lyric and the number of occurences in the song
17-
18-
# print(findMostPopularLyric(song.txt))

0 commit comments

Comments
 (0)