Styrow.dev
Question 15 of 45
Python Topic: General medium

What is pass in Python?

Question

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.