Browse Source
In python3, the `.keys()` function returns an iterator, not a list, so to get a list that can be iterated over, use `list()` instead to avoid modification of a list while in use.3.1
Andrew Chow
7 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue