Presenting Data neatly... how :)

e-tones.co.uk admin at e-tones.co.uk
Wed Nov 13 18:15:55 EST 2002


Hi all, im wring a command line python app that outputs 5 lines of data to
the user in the forum

Name1                       votes              %votes

so, an example output might be

Dell    45    40%
Microsoft   60    56%
IBM   4     5%

Is there anyway to format it like this:

Dell            45       40%
Microsoft   60       56%
IBM             4      5%


?

Help
Taz





More information about the Python-list mailing list