6 ms·
does anybody know if AppEngine supports any() and itertools ?
by bl4k 16y ago
does anybody know if AppEngine supports any() and itertools ?
- sunqiang 16y agoPython 2.5 has any (and all) Python 2.3 has itertools so Google App Engine(2.5) should have both of them.