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
Get step-by-step solutions from verified subject matter experts
