write python code to create a function called reward highest that will take in a dictionary as an argument, identify the student who received the highest score, update that student's grade to 100, and then return the updated dictionary.