Output format

Rustom Mody rustompmody at gmail.com
Mon Mar 21 02:49:30 EDT 2016


On Monday, March 21, 2016 at 5:54:31 AM UTC+5:30, Mark Lawrence wrote:
> On 20/03/2016 23:37, :
> > 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


Also maybe look at csv:
https://docs.python.org/2/library/csv.html



More information about the Python-list mailing list