What's the range functions algorithm? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What's the range functions algorithm?

i wana write a function that work like range function completely.in python

11th Mar 2018, 2:23 PM
mohamadjavad
mohamadjavad - avatar
1 Answer
+ 4
Keep in mind that range() doesn’t return a list, it works more like a constructor instead.
11th Mar 2018, 5:24 PM
Pedro Demingos
Pedro Demingos - avatar