Python Developer Question:

Download Job Interview Questions and Answers PDF

Explain me what is pass in Python?

Python Developer Interview Question
Python Developer Interview Question

Answer:

Pass means, no-operation Python statement, or in other words it is a place holder in compound statement, where there should be a blank left and nothing has to be written there.

Download Python Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me why And When Do You Use Generators In Python?How to delete a file in Python?