get max id python code example Example: find location of max value in python list >>> m = max(a) >>> [i for i, j in enumerate(a) if j == m] [9, 12]