Question: Write a Python program that generates a list with 10 random integer numbers between 1 and 100. In this program, write a function called count
Write a Python program that generates a list with 10 random integer numbers between 1 and 100. In this program, write a function called count that accepts the list as an argument and returns the number of elements which are less than 50.
==========================================
Sample Run:
The list is [2, 38, 100, 70, 31, 86, 51, 37, 71, 15]
The number of elements less than 50 = 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
