nellorean.com
Python Exercise10: From Nellorean-Recording the history of Nellore
Write a program to find the random numbers from 1 to 100 and call the function for 500 times and print how many times each number has been repeated import random def myrandom(): retu…