Gallery
Solution Class List
Share
Explore
Solution Class List

icon picker
Python Starter Code

Copy and paste the code below into your main.py file before you begin the task.
# 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
Share
 
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.