Write a program that takes the number of students and their scores and calculate the average score of the students with the highest and lowest average score.(Python)

input example

2

60

66

80

76

78

87

output example:

Highest Avg : 80

Lowest Avg : 69