Suppose I\'ve the following list:
list1 = [1, 2, 33, 51] ^ | indices 0 1 2 3
How do I obtain the
a = ['1', '2', '3', '4'] print len(a) - 1 3