Mark Dickinson added the comment:
The documentation is correct here; none of the examples you show demonstrates
implicit concatenation of string-valued expressions.
The tutorial documentation is referring to two strings placed
directly next to each other with no other syntax (other than
whites
New submission from Srikanth :
In section 3.1.2 of the python documentation, its mentioned as below:
Two or more string literals (i.e. the ones enclosed between quotes) next to
each other are automatically concatenated.
This feature is particularly useful when you want to break long strings:
T