Question: Write a function which takes a list and returns frequencies of each element in the list? For example: L=[a,b,a,c,d,b] Returns a: 2, b: 2, c:
Write a function which takes a list and returns frequencies of each element in the list?
For example: L=[a,b,a,c,d,b]
Returns a: 2, b: 2, c: 1, d: 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
