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