[Tutor] Fwd: help

Alan Gauld alan.gauld at btinternet.com
Mon Apr 30 09:22:55 CEST 2012


On 30/04/12 08:00, viral shah wrote:
>
>
> I want to print below matrix.
>
> can any one suggest me the method for the same
>
> 1         2           3
> 4         5           6
> 7         8           9


print '''
1         2           3
4         5           6
7         8           9
'''


But I suspect you wanted more than that?
But without some context I can't guess what.

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/



More information about the Tutor mailing list