Logo Python Course
0.0080 seconds
EN | RU
TT
  • Question
  • Clues from AI
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