Question: Write a program that reads some integers between 1 and 1 0 0 in one line and counts the occurrences of each. Fill in the

Write a program that reads some integers between 1 and 100 in one line and counts the occurrences of each. Fill in the blanks.
Sample Run
Enter integers between 1 and 100, inclusive: 2,5,6,5,4,3,23,43,2
2 occurs 2 times
3 occurs 1 time
4 occurs 1 time
5 occurs 2 times
6 occurs 1 time
23 occurs 1 time
43 occurs 1 time
def main():
s= input ("Enter the integers between 1 and 100: ")
items = Blank1 # Extracts items from the string
numbers = Blank # Convert items to numbers
counts =100***[0]
for value in numbers:
if value 100 and value 0 :
counts [ Blank33 i 1
# Display result
for i in range (100):
11
s
:'
(x)
11
cc
 Write a program that reads some integers between 1 and 100

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!