We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2079c5e commit 28978b8Copy full SHA for 28978b8
1 file changed
book/book.tex
@@ -1389,7 +1389,7 @@ \section{Assignment statements}
1389
\begin{verbatim}
1390
>>> message = 'And now for something completely different'
1391
>>> n = 17
1392
->>> pi = 3.141592653589793
+>>> pi = 3.1415926535897932
1393
\end{verbatim}
1394
%
1395
This example makes three assignments. The first assigns a string
0 commit comments