find maximum value and index python code example Example: index of maximum value in list python [i for i, x in enumerate(l) if x == max(l)]