Dennis Ritchie wrote:

> if (4 <= 5 <= 6):
>      print ("OK")
> -----

I would rather write:

if( isSorted![4,5,6])

-manfred

Reply via email to