Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweak solution to iter exercise (#1884)
Because `.zip()` is limited to the shorter length, the `.take()` call here is unnecessary. When explaining this solution I don't want to have to explain a call to a method that, used as it is, does nothing.
- Loading branch information