Update your previous assignment code to include try/except for each of the user inputs. #Finding and storing average of three scores# average_grade = (score_1 + score_2 + score_3) / ...