16.What is pass in Python?

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 shold be a blank left and nothing has to be written there.

原文地址:https://www.cnblogs.com/zoe233/p/7427869.html