On Wed, Jun 20, 2018 at 07:51:46PM +0800, Ken Hilton wrote:

> I propose adding a dedicated operator for string concatenation.

Guido's time machine strikes again:

py> "Hello" + "World"
'HelloWorld'


(This has been in the language since at least version 1.5 and probably 
back even further to 1.0 and beyond.)


-- 
Steve
_______________________________________________
Python-ideas mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to