On 18 Aug 2008, Beema Shafreen wrote:
print "\t".join(("a", "v","t","R","s" ,"f")) + "\t"
Note the double brackets.
--
-rob
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")
>
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")
Note the double brackets.
--
-rob