# Negative indexing is does not exist in C#, Java and the like my_list = [1, 2, 3] print(my_list[-1]) # Output - 3