mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-07 06:06:23 -07:00
Using `range(len(...))` is not pythonic. Python does not have not index-based loops. Instead, it uses collection iterators. Python has a built-in method `enumerate` which adds a counter to an iterable. |
||
---|---|---|
.. | ||
tests | ||
util | ||
__init__.py | ||
options.py | ||
runtests.py |