[Python-ideas] Dedicated string concatenation operator

Steven D'Aprano steve at pearwood.info
Wed Jun 20 08:48:22 EDT 2018


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


More information about the Python-ideas mailing list