Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1b0ff2c

Browse files
committed
eval() example: Removed final interpreter prompt; other examples don't have
the empty prompt.
1 parent 5916070 commit 1b0ff2c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Doc/lib/libfuncs.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ \section{Built-in Functions}
170170
>>> x = 1
171171
>>> print eval('x+1')
172172
2
173-
>>>
174173
\end{verbatim}
175174

176175
This function can also be used to execute arbitrary code objects

0 commit comments

Comments
 (0)