"Rares Vernica" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | >>> l=list(s) | >>> l.sort()
This can be condensed to l = sorted(s) | >>> l | ['a', 'b', 'c'] -- http://mail.python.org/mailman/listinfo/python-list
"Rares Vernica" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | >>> l=list(s) | >>> l.sort()
This can be condensed to l = sorted(s) | >>> l | ['a', 'b', 'c'] -- http://mail.python.org/mailman/listinfo/python-list