Tags
python
Asked 2 years ago
9 Aug 2021
Views 259
Janice

Janice posted

What is compile function in Python ?

What is compile function in Python ?
shabi

shabi
answered Aug 9 '21 00:00

Compile() function can convert Python source into a code or AST object which can be executed by exec() or eval().
Post Answer