The range function prints which datatypes? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

The range function prints which datatypes?

20th Nov 2017, 3:29 PM
Dathi Sai Pavan Kumar
Dathi Sai Pavan Kumar - avatar
2 Answers
+ 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
20th Nov 2017, 9:57 PM
Lindsay Linjie Chen
Lindsay Linjie Chen - avatar
0
More examples on Python range() function... http://net-informations.com/python/pro/range.htm
9th Mar 2020, 6:00 AM
rahul kumar
rahul kumar - avatar