so I have a list in python and I want to check if the next value is greater or not and if that holds up for all in that list return True.
lst = [5,4,3,2,1]
I w