Python Developer Question:
Download Job Interview Questions and Answers PDF
Tell me 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.
Download Python Developer Interview Questions And Answers
PDF
Previous Question | Next Question |
Tell me what is Flask & its benefits? | Explain what is namespace in Python? |