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

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!