Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Count Alphabet in String
Python Code Challenge
33 -
Create a dictionary with keys as the alphabet and values as the number of times the alphabet appears in a user-specified string.
Python
Data Types
Dictionaries