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