Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Number of occurrences
Python Code Challenge
40 -
Write a program that takes a string input from the user and prints the number of occurrences of each letter in the string. The output should be displayed in the format of "Letter 'X' occurs Y times".
Python
Strings
If Statements