get the frequency of the elements in a list.

Write a Python program to get the frequency of the elements in a list.
[10,20,10,30,20,40,20,50,20]
Total : 0 Discussion
Login