InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between “xrange” And “range”? |
|
Answer» “Xrange” returns the “Xrange” object while range returns the “LIST” IRRESPECTIVE of the SIZE of the “range”. “Xrange” returns the “Xrange” object while range returns the “list” irrespective of the size of the “range”. |
|