7
mannie1322
3 13
201/ 245
Immanuel Moses
Last seen 2 years ago
Member for 2 years, 2 months, 13 days
Difficulty Easy
Liked a comment created by lxf42 for forum post "Fails the All letter only once check"
Your call to max does only account for the number of occurrences, but the order of the character in 
Commented a forum post "Fails the All letter only once check" created by mannie1322
def checkio(text: str) -> str: #replace this for solution text = text.lower() count = l
My Main issue is that sorted isn't taking count,key=lambda letter: -letter[1], letter[0] Its saying
Liked a comment created by Phil15 for forum post "Why is it printing twice as well as failing checks"
To answer your question, it's printed twice because the checkio function is called twice with the ar