0 votes
in Python by
What Is The Difference Between “xrange” And “range” in Python?

1 Answer

0 votes
by

“Xrange” returns the “Xrange” object while range returns the “list” irrespective of the size of the “range”.

Lisp programming Interview Questions

Related questions

0 votes
asked Oct 11, 2021 in Python by rajeshsharma
0 votes
asked Sep 5, 2021 in Python by SakshiSharma
...