University of New Haven Python Program Paper Write a Python program that prompts the user for the number of classes taken and then, for each class, the letter grade received (e.g., B+) and the number of credits (e.g., 3). Once this information is known, the program should calculate and display the GPA.Here is a sample transcript. Your solution should match the output format exactly.