Question: Write the function count letters that takes a string as a parameter and returns a tuple, containing multiple tuples that contain the number of times

Write the function count letters that takes a string as a parameter and returns a tuple, containing multiple tuples that contain the number of times each letter appears in the string as well as the letter it self Note: The function should not be case sensitive and it should not count spaces. Example input/output Enter a string: ananas Example input/output: Enter a string: An aN AS
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
