Skip to content

Instantly share code, notes, and snippets.

@knapply
Last active November 6, 2018 19:03
Show Gist options
  • Save knapply/84dcb4ecc6f886f4b08ca83487c6d533 to your computer and use it in GitHub Desktop.
Save knapply/84dcb4ecc6f886f4b08ca83487c6d533 to your computer and use it in GitHub Desktop.
Py: length built-in
py_generator = range(1, 21)
result = len(py_generator)
print(result)
#> 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment