if __name__ == \'__main__\': n = int(input()) arr = map(int, input().split()) a = max(arr) print(a)
This code is not returning the maximum value pr