What does range () do in python?
Answer / Sonika Kumari
In Python, 'range' is a built-in function that generates a sequence of numbers. It returns an iterable object that can be used in loops or as arguments to other functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I use xrange in python 3?
What is Flask and explain its benefits?
Can we write else statement try block in python?
How many keywords are there in python? And why should we know them?
What is the best free ide for python?
What are the steps required to make a script executable on Unix?
Can you modify the maximum depth for a recursive function in Python? If yes how?
How to count the occurrences of a list item?
Does python interact with database?
Is upper in python?
Is there an equivalent of c's "?:" Ternary operator?
Is python case-sensitive?