Count frequencies of element in list | Competitive coding tutorial using python in hindi

preview_player
Показать описание
In This video we will make a program to frequencies of element in list in python in Hindi

#python

connect with me on -
Рекомендации по теме
Комментарии
Автор

Bhai please upload more videos about competitive programming with python

madhavghai
Автор

Bhai please upload more videos.
I am preparing for relevel backend development test

madhavghai
Автор

arr = [10, 20, 20, 10, 10, 20, 5, 20]
arr2 = set(arr)
for i in (arr2):
count = 0
for j in range(len(arr)):
if i == arr[j]:
count += 1
print(i, count)

madhavghai
welcome to shbcf.ru