Search notes:

Python: eval

eval is applied to an expression while exec is applied to statements.

See also

eval(str) returns an object that is equal to the one whose str was found like so str=repr(obj).
compile
Python: Built in functions

Index