Calculating Letter Frequencies

# Introduction In this challenge, we are required to count the frequency of letters in a given string and print them in descending order of frequency. To accomplish this challenge, we will be using a dictionary to count the frequency of each letter and then sort the dictionary by the value of its items.

|60 : 00

Click the virtual machine below to start practicing