how about

>>>> sorted(["a", "b"]*3)
['a', 'a', 'a', 'b', 'b', 'b']


--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to