Styrow.dev
Question 24 of 45
Python Topic: General medium

What is the difference between Xrange and range?

Question

What is the difference between Xrange and range?

Answer

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