Andrew Kuchling wrote: > # Group the flat list into triples > L = [] > for i in range(len(t), 3): > L.append( t[i:i+3] ) better make that range(0, len(t), 3), right? > Some other questions: no time right now (final PSL touchups). if nobody else steps in, I'll get back to them later. Cheers /F
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4