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 0abc64d commit bdee494Copy full SHA for bdee494
1 file changed
Doc/tutorial/introduction.rst
@@ -239,13 +239,6 @@ would print::
239
This is a rather long string containing\n\
240
several lines of text much as you would do in C.
241
242
-The interpreter prints the result of string operations in the same way as they
243
-are typed for input: inside quotes, and with quotes and other funny characters
244
-escaped by backslashes, to show the precise value. The string is enclosed in
245
-double quotes if the string contains a single quote and no double quotes, else
246
-it's enclosed in single quotes. (The :func:`print` function, described later,
247
-can be used to write strings without quotes or escapes.)
248
-
249
Strings can be concatenated (glued together) with the ``+`` operator, and
250
repeated with ``*``::
251
0 commit comments