OverIQ.com
Run (or Hit F9)
list1 = [88, 99, 4.12, 199, 993, 9999] print(list1[-len(list1)]) # get the first element