How about:

print ('%s ' + '%-5.4f ' * 7) % ('text',1,2,3,4,5,6,7)

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to