The "pass" Statement – Real Python

In some situations you may want to write the rough structure for a program without implementing certain parts of it. This is where the pass statement comes into play. This lesson explains where and when you need the pass statement and how you can use it to enhance your development flow.