need help helping this to study for my exam. Write a program using list to read a sequence of values and prints them, and highlighting the largest number. These are the required functions a. def readValues)-to read in a series of floats by the user into a list. b. def findLargest)-pass the list into the function and find largest c. def display)- display the list and highlight the largest d. use a main function to
OR
OR