'generating' a print statement

David Broadwell anti-spam.dbroadwell at mindspring.com
Thu May 8 12:18:50 EDT 2003


"Patrick Vrijlandt" <vrijlandt.p at bethesda.nl> wrote in message
> print "  ".join([str(s) for s in temp])
[str(s) for s in temp] ... Ah! so that's what map(str,temp) means.

Cool. Thanks.

Hm, now I have a program to re-factor ...

--

David Broadwell






More information about the Python-list mailing list