The "pass" Statement
In some situations you may want to write the rough structure for a programm without implementing certain parts of it.
This is where the pass-statements comes into place.
This lesson reveals you, why you need the pass-statement and how you can use it to enhance your development flow.
