range lst python code example Example: python range of array >>> new_list = [1, 2, 3, 4, 5, 6, 7, 8, 9] >>> print(new_list[5:9]) [6, 7, 8, 9]