I know I'm being somewhat pedantic but range() returns an iterable range type, not a list, in python 3.
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
replies:
I know I'm being somewhat pedantic but range() returns an iterable range type, not a list, in python 3.