0
340views
Write a python program to count the occurrence of a element
written 2.6 years ago by | • modified 2.6 years ago |
Problem: in this first line you are required to take the input of an integer number, and in the second line you are required to input the target element
You are required to print the number of time target element occurred in the integer
ADD COMMENT
EDIT
1 Answer