Python Developer Question:

Explain me what is pass in Python?

Tweet Share WhatsApp

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 PDF Read All 77 Python Developer Questions
Previous QuestionNext Question
Tell me why And When Do You Use Generators In Python?How to delete a file in Python?