my list looks like this:
[(nStart, nEnd, nName),(nStart, nEnd, nName)...and so on]
how do i sort first based on nStart, then on nEnd?
thanks:)
my list looks like this:
[(nStart, nEnd, nName),(nStart, nEnd, nName)...and so on]
how do i sort first based on nStart, then on nEnd?
thanks:)
sort(mylist) if you want raising order, otherwise you should user reverse parameter.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.