what does sort(reverse=1) mean in python code example Example: pyhton built in sort arr = [ 1, 3, 2] arr.sort()