Python Developer Question:
Download Job Interview Questions and Answers PDF
Explain me what is pass in Python?
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 Question | Next Question |
Tell me why And When Do You Use Generators In Python? | How to delete a file in Python? |