The pass statement serves as a placeholder for code that will be written later. Nothing happens when the pass statement is run, but you escape an error since empty code is not permitted. Loops, function declarations, class definitions, and if statements are all prohibited from including any empty code.