Use PYTHON: Suppose that the variables gpa, deansList and studentName , have been initialized.
Problem: Write a statement that adds 1 to deansList and prints studentName to standard out if gpa exceeds 3.5.
You have to use python programming to solve this problem.