Re: [Tutor] python sorting

2012-03-22 Thread Dave Angel
On 03/22/2012 06:01 PM, Sukhpreet Sdhu wrote: i want to sort the list formed by two variable taken as raw_input().i have written following code; a=raw_input() b=raw_input() c=a+b list=c.split() how i can sort the list formed Do a search on python.org for list + sort. First match I got: http:

[Tutor] python sorting

2012-03-22 Thread Sukhpreet Sdhu
i want to sort the list formed by two variable taken as raw_input().i have written following code; a=raw_input() b=raw_input() c=a+b list=c.split() how i can sort the list formed___ Tutor maillist - Tutor@python.org To unsubscribe or change subscriptio