knapply
11/5/2018 - 6:56 PM

Py: length built-in

Py: length built-in

py_generator = range(1, 21)

result = len(py_generator)

print(result)
#> 20