def get_student(name, grade='Five', age): print(name, age, grade) # output: SyntaxError: non-default argument follows default argument