last 3 elements of a list python code example Example: access last element of list python MyList=["Black","Blue","Red","Green"] print(MyList[-1])