1
Answer

Dictionary(key,value) to get number occurrences of key

Photo of S P

S P

7y
705
1

Input: two integer parameters between 1 and 50

Output: a Dictionary ; where keys are the integers between two input parametes and whose values are the number of occurrences of the letter ‘a’ contained in the spelling of the that key.

Answers (1)