[Tutor] python sorting

Sukhpreet Sdhu sukhpreet2294sidhu at ymail.com
Thu Mar 22 23:01:30 CET 2012


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20120323/69c95128/attachment.html>


More information about the Tutor mailing list