Logo Python Course
0.0041 seconds
EN | RU
TT
  • Question
  • Clues from AI
  • Submissions
Count Frequency of Elements

Write a function (def countFrequency(lst)) that takes a list and returns a dictionary with the frequency of each element.

main.py