You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Most Popular Lyric/main.py
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,5 +14,3 @@
14
14
maxWord=max(wordsTallied, key=wordsTallied.get) #Gets the most lyric word of song
15
15
maxCount=wordsTallied[maxWord] #Gets number of times the lyric appears
16
16
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
0 commit comments