I have a quick question about Python sort function. I used the command:
array = [-5, 2, -1, -2, 3] array = array.sort() print(array)
It retur