I have a bunch of values stored in an array, I need to find the very highest peak. I tried using this code:
n=len(arr) if arr == []: print (pos) Diff = [] for