Q1. WAP in python enter 10 numbers in a tuple from keyboard, then display occurrence or counting of each number in that tuple.
Answers
Answered by
0
In this program, we need to accept a tuple and then find the number of times an item is present in the tuple.
Answered by
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
Similar questions