Code def printGrade(a) print("Grade ",a) ninput("Enter a number ") printGrade(n) Function only def printGrade(a) print("Grade ",a) Indentation Output grade.py - CUsersSIVA. The 1 answer below &187;. Write the definition of a function printGrade , which has a char parameter and returns nothing. The function prints on a line by itself the message Grade followed by the char parameter (printed as a character) to standard output. Don't forget to put a new line character at the end of your line. Write the definition of a method printGrade, which has a char parameter and returns nothing. The method prints on a line by itself the message string Grade followed by the char parameter.