Python Developer Question:

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.


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