I have a list that each item in it is a string (singer name) - singers = ["Abba", "queen", "the black eyed peas", "Abba"]
I want to print the singer name that has the most appearances in the list I tried to do a for loop using count but I only received the amount of time and not the string itself.. I don't want to import tools or functions, only simple loop and methods solution please help (: