+ 1
What's the range functions algorithm?
i wana write a function that work like range function completely.in python
1 Antwort
+ 4
Keep in mind that range() doesn’t return a list, it works more like a constructor instead.
i wana write a function that work like range function completely.in python