Browse Source

Eval

pull/9/head
Jure Šorn 5 years ago
parent
commit
79a68b27ba
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -1091,7 +1091,7 @@ Eval
[1, 2, 3]
```
### Detailed
### Using Abstract Syntax Trees
```python
import ast
from ast import Num, BinOp, UnaryOp

Loading…
Cancel
Save