Answers

Question and Answer:

  Home  Python Developer

⟩ Explain me what is pass in Python?

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.

 121 views

More Questions for you: