Question

Write a function that counts the frequency of numbers and return a frequency count object?

Login to Submit

Examples

Input: [1, 1, 1]
Output: {"1": 3}