Skip to content

Commit c9677f1

Browse files
committed
Inline
1 parent e452f0f commit c9677f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,7 @@ from functools import reduce
529529
```python
530530
from collections import namedtuple
531531
Point = namedtuple('Point', 'x y')
532+
point = Point(0, 0)
532533

533534
from enum import Enum
534535
Direction = Enum('Direction', 'n e s w')

0 commit comments

Comments
 (0)