[Tutor] print variable in quotes

reavey reavey@nep.net
Sat Feb 22 06:53:02 2003


hi
I need help printing a variable in quotes.
pre = "FGRTPQMK"
suf = "ack"
for elem in pre:
    print "echo      " elem+suf

I'd like to get the variable elem+suf in double qoutations?
The output I'd like to see:
echo  "Fack"
echo   "Gack"
is to be read by a screensaver called phosphor and used in an elem 
school to
reinforce an early reading concept using word families.

thanks
re-v