Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174c4f8 commit ea4dcd3Copy full SHA for ea4dcd3
1 file changed
Doc/tutorial/introduction.rst
@@ -240,13 +240,6 @@ would print:
240
This is a rather long string containing\n\
241
several lines of text much as you would do in C.
242
243
-The interpreter prints the result of string operations in the same way as they
244
-are typed for input: inside quotes, and with quotes and other funny characters
245
-escaped by backslashes, to show the precise value. The string is enclosed in
246
-double quotes if the string contains a single quote and no double quotes, else
247
-it's enclosed in single quotes. (The :keyword:`print` statement, described
248
-later, can be used to write strings without quotes or escapes.)
249
-
250
Strings can be concatenated (glued together) with the ``+`` operator, and
251
repeated with ``*``::
252
0 commit comments