Browse Source

Test with link character

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

4
README.md

@ -1465,9 +1465,9 @@ last_el = op.methodcaller('pop')(<list>)
```
Eval
Eval
----
### Basic
### Basic [🔗](https://docs.python.org/3/library/ast.html?highlight=literal_eval#ast.literal_eval
```python
>>> from ast import literal_eval
>>> literal_eval('1 + 2')

Loading…
Cancel
Save