Question: using only your own code and no built - in python functions, take a function that takes a list of strings and it should return
using only your own code and no builtin python functions, take a function that takes a list of strings and it should return a python dictionary where each key is a value in the list and the value is the number of times that string occurred in the list. Do it with this example array CTNYCTCTNJNJ In this case the dictionary would be:CT: NY: NJ:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
