Question: Exercise 4 Step 1: Create a new editor window and save it. Use labbex4.py as the file name. Step 2: Use the function design recipe

Exercise 4 Step 1: Create a new editor window and save it. Use labbex4.py as the file name. Step 2: Use the function design recipe to develop a function named count_evens. The function has one parameter, which is a list of integers. The list may be empty. The function returns the number of even integers in the list. Your function definition must have type annotations and a complete docstring. Use the Python shell to test your function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
