Question: 1. Write a Python function that on input takes a list L of integers and returns the count of how many of the integers in

1. Write a Python function that on input takes a list L of integers and returns the count of how many of the integers in the list are even.

2. Write a Python function that on input takes a list L of integers and returns the count of how many of the integers in the list are negative.

3. Write a Python function that on input takes a list L of integers and returns the count of how many of the integers in the list are not integers.

4. Write a Python function that on input takes two lists L1 and L2 of integers and returns the count of how many of the integers both lists have in common.

5. Write a Python function that on input takes two lists L1 and L2 of integers and returns the count of how many of the integers the two lists do not have in common.

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!