Browse Source

Undo

pull/27/head
Jure Šorn 5 years ago
parent
commit
1cc529ad10
1 changed files with 1 additions and 2 deletions
  1. 3
      README.md

3
README.md

@ -1467,8 +1467,7 @@ last_el = op.methodcaller('pop')(<list>)
Eval
----
### Basic <a href="https://docs.python.org/3/library/ast.html?highlight=literal_eval#ast.literal_eval"><img src="web/external_link.png" alt="External link" style="width:10px;height:10px;border:0;"></a>
### Basic
```python
>>> from ast import literal_eval
>>> literal_eval('1 + 2')

Loading…
Cancel
Save