Question: code in python 3 and use a format that is able to be put into the skeleton given last. the file needed to code is
code in python 3 and use a format that is able to be put into the skeleton given last. the file needed to code is the second picture

5. display_herd_immunity (fp) None : This function displays all the states whose coverage is less than 90%, the minimal value needed for measles herd immunity. Use these strings for the title and header: " States with insufficient Measles herd immunity." "{:5s}" format ("State", "Percent") Format the data lines similar to the header CSE 231 Spring 2020 state: string, left justified with a field width of 25 value: float, right justified with a field width of 5 and 1 decimal digit of precision Your program should ignore the lines where the values are "NA". a. Parameter: file pointer b. Returns: nothing 5. display_herd_immunity (fp) None : This function displays all the states whose coverage is less than 90%, the minimal value needed for measles herd immunity. Use these strings for the title and header: " States with insufficient Measles herd immunity." "{:5s}" format ("State", "Percent") Format the data lines similar to the header CSE 231 Spring 2020 state: string, left justified with a field width of 25 value: float, right justified with a field width of 5 and 1 decimal digit of precision Your program should ignore the lines where the values are "NA". a. Parameter: file pointer b. Returns: nothing
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
