Explain me what is pass in Python?

Submitted by: Muhammad
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.
Submitted by: Muhammad

Read Online Python Developer Job Interview Questions And Answers