Currently this is implemented as range(min(len(a), len(b)), an then indexing into a and b to get what we actually want. Fortunately python provides a function called zip that just does this.pull/5259/head
parent
2499e25476
commit
00a3bb8d69
1 changed files with 1 additions and 3 deletions
Loading…
Reference in new issue