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