What is a built-in function that python uses to iterate over a number sequence ?



What is a built-in function that python uses to iterate over a number sequence ?..

Answer / Amit Saini

The built-in function in Python for iterating over a number sequence is the 'range' function. It generates a sequence of numbers starting from 0 by default, up to (but not including) the specified end value.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Django Python Interview Questions

Which companies are using django?

1 Answers  


Can i Connect mysql to django ?

1 Answers  


What are the four major components of mvc?

1 Answers  


What are the Types of Model relationships in django ?

1 Answers  


What is mixin scss?

1 Answers  


How to create super user in django ?

1 Answers  


Can I use mongodb with django?

1 Answers  


What are the disadvantages of django?

1 Answers  


What is framework in python?

1 Answers  


What is jsonresponse in django?

1 Answers  


Does django work with python 3?

1 Answers  


How do you create a python function ?

1 Answers  


Categories