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