generated from mwc/lab_iteration
bf2b3fde84224443ea05e0fc64c16f06d25494fe
I found it interesting that the range function can be used to avoid the need for a long list in python. I also found it interesting that the range does not use the last item (the maximum), so I added maximum+1 in a couple of spots to make the output read more accurately. I was surprised that it worked that easily, but am also wondering if there is a way to use a range as inclusive of both the start and end value. Another thing I am curious about is how to use ranges for a purpose besides generating a list of numbers.
Description
No description provided
Languages
Python
100%