eval() example: Removed final interpreter prompt; other examples don't have

the empty prompt.
This commit is contained in:
Fred Drake 1998-06-19 21:19:50 +00:00
parent 59160706b3
commit 1b0ff2c32f
1 changed files with 0 additions and 1 deletions

View File

@ -170,7 +170,6 @@ class instances are callable if they have a \method{__call__()} method.
>>> x = 1
>>> print eval('x+1')
2
>>>
\end{verbatim}
This function can also be used to execute arbitrary code objects