MRAB wrote:
The shortest I can come up with is: "[" + "][".join(letters) + "]"
Maybe a golf shot: "][".join(letters).join("[]") --Scott David Daniels scott.dani...@acm.org -- http://mail.python.org/mailman/listinfo/python-list
MRAB wrote:
The shortest I can come up with is: "[" + "][".join(letters) + "]"
Maybe a golf shot: "][".join(letters).join("[]") --Scott David Daniels scott.dani...@acm.org -- http://mail.python.org/mailman/listinfo/python-list