Is your feature request related to a problem? Please describe.
Want to add Python Count occurrences of an element in an array
Describe the solution you'd like
Problem Statement :
Write a Python program to get the number of occurrences of a specified element in an array.
Sample Output:
Original array: array('i', [1, 3, 5, 3, 7, 9, 3])
Number of occurrences of the number 3 in the said array: 3
Describe alternatives you've considered
The question is from GFG since I will be implementing and modifying this question by taking array input from users
Additional context
I would like to contribute and work on this issue as a participant of LGM SOC'21 will you please assign it to me
Is your feature request related to a problem? Please describe. Want to add Python Count occurrences of an element in an array
Describe the solution you'd like Problem Statement :
Write a Python program to get the number of occurrences of a specified element in an array. Sample Output: Original array: array('i', [1, 3, 5, 3, 7, 9, 3]) Number of occurrences of the number 3 in the said array: 3
Describe alternatives you've considered The question is from GFG since I will be implementing and modifying this question by taking array input from users
Additional context I would like to contribute and work on this issue as a participant of LGM SOC'21 will you please assign it to me
Programming language