Re: required help in manual sort

2011-03-07 Thread Peter Otten
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

Re: required help in manual sort

2011-03-07 Thread Stefan Behnel
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

required help in manual sort

2011-03-07 Thread Manjunath N
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