player_list Bruce Wayne 5 5 0 0 100 15 Jessica Jones 12 0 6 6 10 6…

Question Answered step-by-step player_list Bruce Wayne 5 5 0 0 100 15 Jessica Jones 12 0 6 6 10 6… Image transcription textdisplay_highest_chip_holder (player list)This function takes the player list (list oflists) as a parameter and d… Show more… Show more player_listBruce Wayne 5 5 0 0 100 15 Jessica Jones 12 0 6 6 10 6 Johnny Rose 6 2 0 4 20 10 Gina Linetti 7 4 0 3 300 15 Buster Bluth 3 0 2 1 50 1 Alexis Rose 0 0 0 0 100 0 games_played = int(info_list[0])       no_won = int(info_list[1])       no_lost = int(info_list[2])       no_drawn = int(info_list[3])       chips = int(info_list[4])       total_score = int(info_list[5])SAMPLE OUT PUT = prints -> Highest Chip Holder => Gina Linetti with 300 chips!  Computer Science Engineering & Technology Python Programming COMP SCI 1106UAC Share QuestionEmailCopy link Comments (0)