Output format

Mark Lawrence breamoreboy at yahoo.co.uk
Sun Mar 20 20:23:13 EDT 2016


On 20/03/2016 23:37, vernleffler at gmail.com wrote:
> I can't find a formatting way to get columns of data.
>

Take your pick from:-

https://docs.python.org/3/library/stdtypes.html#string-methods

https://docs.python.org/3/library/stdtypes.html#printf-style-string-formatting

https://docs.python.org/3/library/string.html#string-formatting

https://docs.python.org/3/library/string.html#template-strings

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence




More information about the Python-list mailing list