Question: Given the list staffinfo = [[Betty,Amy,Peter,Alex,Eric,Lisa,John,Crystal], ['python', 'java', 'C', 'C', 'java', 'python', 'ruby', 'python']] Write the python to return a list of the programming
Given the list staffinfo = [["Betty","Amy","Peter","Alex","Eric","Lisa","John","Crystal"], ['python', 'java', 'C', 'C', 'java', 'python', 'ruby', 'python']] Write the python to return a list of the programming languages mastered by the staffs as illustrated below: ['C', 'ruby', 'java', 'python']
Step by Step Solution
3.42 Rating (152 Votes )
There are 3 Steps involved in it
The image shows a Python task that asks for writing a piece of Python code to return a list of the p... View full answer
Get step-by-step solutions from verified subject matter experts
