Question: please code using python 3 and use the second picture as the file and format so it can be put into a skeleton code like
please code using python 3 and use the second picture as the file and format so it can be put into a skeleton code like the last picture 


4. get_max_value_and_state(fp) string, float: This function takes as an input, fp: the file pointer for the data file. This function should return the maximum value in the file and the associated state. It is similar to the get_min_value_and_state function. There is only one maximal value so we do not need to consider ties. This function does not print anything. Your program should ignore the lines where the values are "NA". a. Parameter: file pointer b. Returns two values: string, float MMR (measles, mumps, and rubella (German measles)) vaccination coverage among adolescents aged 13-17 in 2018 State Percent Alabama 92.8 Alaska 91.2 Arizona 88.3 Arkansas 92.0 California 91.1 Colorado Connecticut 95.9 Delaware District of Columbia Florida Georgia Hawaii Idaho Illinois Indiana Iowa Kansas Kentucky Louisiana Maine Maryland 94.1 Massachusetts 97.9 Michigan 91.0 Minnesota 97.1 Mississippi Missouri 89.4 Montana 92.3 Nebraska Nevada 89.0 New Hampshire New Jersey New Mexico 90.4 New York North Carolina North Dakota Ohio Oklahoma Oregon Pennsylvania Rhode Island South Carolina South Dakota Tennessee Texas Utah Vermont Virginia Washington West Virginia 86.5 Wisconsin 93.9 Wyoming 90.0 Guam 76.3 Puerto Rico U.S. Virgin Islands NA United States 91.9 wwoon in NN visini T! Insert heading comments here.'' def open_file(): "''Insert docstring here.'' pass # insert your code here def get_us_value(fp): "''Insert docstring here.'' pass # insert your code here def get_min_value_and_state(fp): "''Insert docstring here.'' pass # insert your code here def get_max_value_and_state(fp): "''Insert docstring here.''' pass # insert your code here def display_herd_immunity(fp): ""'Insert docstring here.''' pass # insert your code here def write_herd_immunity(fp): "''Insert docstring here.'' pass # insert your code here def main(): "''Insert docstring here.'' pass # insert your code here if == "_main__": name main()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
