I'm trying to get a space in between these two strings but it's ignoring 
the space in between when it prints.

 >>> string.capwords (string.join([s1 + " " + s2])) * 3
'Spam Ni!Spam Ni!Spam Ni!'
 >>>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to