# slice_start_stop.py
people = ['Melissa', 'Jennifer', 'Tabitha', 'Jane']
# start is 0, stop is 2
print(people[0:2])
input('')
##
'''
0 1
['Melissa', 'Jennifer']
'''
# Dedicated to God the Father
# All Rights Reserved Christopher Andrew Topalian Copyright 2000-2024
# https://github.com/ChristopherTopalian
# https://github.com/ChristopherAndrewTopalian
# https://sites.google.com/view/CollegeOfScripting