0
The range function prints which datatypes?
2 Respuestas
+ 1
it returns an immutable sequence object of integers between the given start integer to the stop integer. Have a look at here: https://www.programiz.com/JUMP_LINK__&&__python__&&__JUMP_LINK-programming/methods/built-in/range
0
More examples on Python range() function...
http://net-informations.com/python/pro/range.htm