COMPUTER SCIENCEPython Program:
Your firm has an open position and has received several job applications. The data from the applicants is as
follows (name, followed by their GPA):
'John', 3.3, 'Sally', 2.2, 'Bernis', 3.8, 'Fred', 3.2, 'Victoria', 3.4, 'Valerie', 2.6, 'Eric', 2.6
Write a program that will print out the highest applicant’s name and their GPA.
You can store the data shown above in a list to help process it.