dict((k, v) for (k, v) in points.iteritems() if v[0] < 5 and v[1] < 5)
Ignacio Vazquez-Abrams
- 803.4k
- 160
- 1.4k
- 1.4k