First time here? Check out the FAQ!
answered 2012-10-24 17:41:48 +0100
`for x in [a,b]: print '%11s%11s%11s' % (x[0],x[1],x[2])` 1
updated 2012-10-24 17:43:15 +0100
`for for x in [a,b]: print '%11s%11s%11s' % (x[0],x[1],x[2])` (x[0],x[1],x[2]) 1
updated 2012-10-26 12:13:05 +0100