On May 9, 2018, at 7:39 AM, Facundo Batista <facundobati...@gmail.com> wrote: > > This way, I could do: > >>>> authors = ["John", "Mary", "Estela"] >>>> "Authors: {:, j}".format(authors) > 'Authors: John, Mary, Estela' > ... > > What do you think?
That is an inspired idea. I like it :-) Raymond _______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/