Important
Range does not return a list, instead, it is a generator, being accessed with each for-loop iteration. You can force the generation of the list by converting it.
Important
Range does not return a list, instead, it is a generator, being accessed with each for-loop iteration. You can force the generation of the list by converting it.