get the last item in an array python code example Example: access last element of list python MyList=["Black","Blue","Red","Green"] print(MyList[-1])