Question: use wing 101 please, cannot slice. Exercise 7 Use the function design recipe to develop a function named count_evens. The function has one parameter, which
use wing 101 please, cannot slice.
Exercise 7 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. Your function must have exactly one loop. Use the Python shell to test count_evens
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
