Jump to content

Arithmetic evaluation: Difference between revisions

m
(error examples)
Line 1,840:
 
===ast standard library module===
Python comes with its own [http://docs.python.org/3.1/library/ast.html#module-ast ast] module as part of its standard libraries. The module compiles Python source into an AST tree that can in turn be compiled thento bebytecode then executed.
<lang python>>>> import ast
>>>
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.