Computer Science
Python offers pass statement as empty statement.
Python Control Flow
1 Like
Answer
True
Reason — The pass statement serves as a placeholder in Python. It is an empty statement that does nothing and acts as a dummy statement.
Answered By
1 Like
Related Questions
Every compound statement of Python has a header and indented body below the header.
Block is the group of consecutive statements having some indentation level.
To cancel the running of endless loop, you can press CTRL+C key any time during its endless repetition to stop it.
Indentation while working with blocks is not necessary in Python.