[Python-3000] Python 3000 Status Update (Long!)
Greg Ewing
greg.ewing at canterbury.ac.nz
Fri Jun 22 03:27:34 CEST 2007
Andrew McNabb wrote:
> I think you're technically right, but I frequently find myself using the
> phrase "add together a list of strings" when it would be more accurate
> to say "concatenate a list of strings."
The word "add" has a wider connotation in English than
"sum". Consider the following two sentences:
I put a sandwich and an apple in my lunchbox,
then I added a banana.
I put the sum of a sandwich, an apple and a
banana in my lunchbox.
--
Greg
More information about the Python-3000
mailing list