'concatenating''strings'

Carl Banks imbosol at vt.edu
Thu Aug 8 14:46:57 EDT 2002


Will Stuyvesant wrote:
> Totally unimportant but unexpected behaviour.
> Looks like you can not concatenate the empty string '' to 'something'
> without using the + operator.


>>> '' '3'
'3'


-- 
CARL BANKS
http://www.aerojockey.com



More information about the Python-list mailing list