I have been trying to find the max value from an array. But I keep getting the following error. Please advise.
scores = [19212 56722 73336
you probably have a variable called max. Try
max
clear max max(scores)