Computer Science, asked by fidhaasuhara, 3 months ago

WAP to count the frequency of elements in a tuple

Answers

Answered by ankitdwivediii
0

Answer:

In this program, we need to accept a tuple and then find the number of times an item is present in the tuple. This can be done in various ways, but in this article, we will see how this can be done using simple approach and how inbuilt functions can be used to solve this problem.

mark as brainlist answer.

Similar questions