Answers

Question and Answer:

  Home  Python Developer

⟩ Tell me what is the difference between Xrange and range?

Xrange returns the xrange object while range returns the list, and uses the same memory and no matter what the range size is.

 128 views

More Questions for you: