Hi
I want to print something like this to the standard o/p
I am currently doing
sys.stdout.writelines("%s %10s %10s\n" %(Folders,Folders,Folders))
but is not very well formatted how do I maintain column structure here
======================================================
Name Place Age
======================================================
John US 11
Mary UK 12
Mike US 14
How to do this using sys.stdout I am unable to give the exact spaces that can maintain colums
There is some sufficient space between all the columns whchi is not being visible in this post