interesting discoveries:
* using a list instead of a dict made a difference, but not a lot
* declaring the code in a function instead of as "global code" made *A
LOT* of difference. I guess it has to do with the variables being
global in that case
|
||
|---|---|---|
| .. | ||
| 1.py | ||
| 2.py | ||