sliding

Finding a next lowest number from a List in python

Finding a next lowest number from a List in python Question: I have a list of arrays as follows: Array =[3, 6, 5, 7, 2, 4, 3, 5, 4, 5, 4, 7, 6, 7, 1, 7, 4, 6, 3] example: Value = 3, 6, 5, 7, 2, 4, 3, 5, 4, 5, 4, 7, 6, …

Total answers: 2