Xah Lee said unto the world upon 18/06/2005 04:11:
> i wanted to find out if Python supports eval. e.g.
> 
> somecode='3+4'
> print eval(somecode) # prints 7
> 
> in the 14 hundred pages of python doc, where am i supposed to find this
> info?
> 
>  Xah
>  [EMAIL PROTECTED]
> ∑ http://xahlee.org/
> 

<http://www.python.org/doc/current/lib/built-in-funcs.html#l2h-23>
which I got to from 
<http://starship.python.net/crew/theller/pyhelp.cgi?keyword=eval&version=current>
in less time that in took to type this.

Best,

Brian vdB

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to