knapply
11/7/2018 - 9:34 PM

#python #min_max2

#python #min_max2

py_generator = range(1, 21)

min(py_generator)
#> 1

max(py_generator)
#> 20