Login
Remember
Register
CodersEditor Q&A
Online IDE
Questions
Unanswered
Tags
Users
Ask a Question
Programming Tutorials
Ask a Question
What is the difference between range & xrange in python?
+1
vote
asked
Jan 19, 2021
by
Gogul R
(
876
points)
programming-languages
python
Please
log in
or
register
to answer this question.
1
Answer
+1
vote
answered
Jan 19, 2021
by
PreethiSadhish
(
524
points)
selected
Jan 19, 2021
by
Gogul R
Best answer
Same functions but range returns a python list object and xrange returns an xrange object
Please
log in
or
register
to add a comment.
Welcome to CodersEditor Q&A, where you can ask questions and receive answers from other members of the community.
239
questions
203
answers
2
comments
692
users
Related questions
What is the difference between deep and shallow copy?
What is the process of compilation and linking in python?
What is the usage of help() and dir() function in Python?
What is pickling and unpickling in python?
What is type conversion in Python?
...