Hi ALL, In my script i have to print a series of string , so
print "%s\t%s\t%s\t%s\t%s\t%s\t" %("a","v","t","R","s","f") I need to know instead of typing so many %s can i write %6s in python, as we do in C progm. What are the other options . -- Beema Shafreen
-- http://mail.python.org/mailman/listinfo/python-list