Hi,
I obtained a list "result" and tried to sort it using
result.sort(reverse=True)
but the strange thing is that it gives me a None type just using the sort method while debugging my code. It gives correct result when using Python editor,
Any idea is helpful