Question: 1. Write a python program which prints the frequency of the numbers that were given as input by the user. Stop taking input when

1. Write a python program which prints the frequency of the numbers that were given as input by the user. Stop taking input when you find the string "STOP". Do not print the frequency of numbers that were not given as input. Sample Input 10 Sample Output 20 10 - 2 times 20 20 - 2 times 30 30- 1 times 10 50 - 1 times 50 90-1 times 90 STOP
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
