# array of strings used to store list of pupil names
classList = ['Robby Keene', 'Tory Nichols', 'Eli Moskowitz', 'Miguel Diaz', 'Demetri Alexopoulos', 'Samantha LaRusso', 'Devon Lee', 'Kenny Payne', 'Moon']
# display a blank line
print('\n')
# display the 1st pupil
# display the last pupil
# display pupil at the position input by user
# display first 5 pupils
# display all the pupils