Consider the following players data structure.We have more t…

Consider the following players data structure.We have more than 3 players and the score of each player is always between 1 and 99 inclusive. players = Suppose we wish to find the maximum score.Which of the following implementations of the max_score(players) is incorrect?

Choose the correct description for each nested data structur…

Choose the correct description for each nested data structure: stud_info_1 = , , ] stud_info_2 = stud_info_3 = {“Name”: , “Major”: , “Hometown”: } stud_info_4 = {“Alice”: {“Major”: “Data Science”, “Hometown”: “Chicago”}, “Bob”: {“Major”: “Computer Science”, “Hometown”: “New York”}}