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/

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to