Manjunath N wrote:
> Hello users,
> I'm quite new to python programming. I need help in manually sorting
> a
> list which is shuffled. The problem i'm facing is with respect to last
> element in the list when checking the condition using if statement. Below
> I have pasted my code. The
Manjunath N, 07.03.2011 09:48:
I'm quite new to python programming. I need help in manually sorting a
list which is shuffled.
Why do you want to do that? Is this a homework assignment, or are you just
looking for an example task to get used to the language?
The usual way to sort a lis
Hello users,
I'm quite new to python programming. I need help in manually sorting a
list which is shuffled. The problem i'm facing is with respect to last
element in the list when checking the condition using if statement. Below I
have pasted my code. The code is below is not yet done, at fi