Q. What is a statement ? What is the significance of an empty statement?
Answer =
A statement is an instruction given to the computer to perform any kind of action.
An empty statement is useful in situations where the code requires a statement but logic does not. To fill these two requirements simultaneously, empty statement is used.
Python offers pass statement as an empty statement.
An empty statement is useful in situations where the code requires a statement but logic does not. To fill these two requirements simultaneously, empty statement is used.
Python offers pass statement as an empty statement.
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )