Sunnan wrote:
Aahz wrote:

(snip)
print "foo is", foo


Is the space added automatically? (Like awk does, if you add a comma.)

Yes. But you can also format it how you like: print "foo is %s and that's a good news, my friends" % foo

--
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for p in '[EMAIL PROTECTED]'.split('@')])"
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to