Whenever I print a list of values in negative indexing in the console it shows only empty brackets. Whatever is the reason behind this problem
stu_information = ["name","roll_number","address","contact_information"]
print(stu_information[-1:-2])
Output:
[]