Browse Source

Inline

pull/10/head
Jure Šorn 5 years ago
parent
commit
c9677f13ae
1 changed files with 1 additions and 0 deletions
  1. 1
      README.md

1
README.md

@ -529,6 +529,7 @@ from functools import reduce
```python
from collections import namedtuple
Point = namedtuple('Point', 'x y')
point = Point(0, 0)
from enum import Enum
Direction = Enum('Direction', 'n e s w')

Loading…
Cancel
Save