Which Python statement can be termed as empty statement?
14 Likes
In Python, an empty statement is pass statement. Its syntax is:
pass
Answered By
9 Likes
What is a flowchart? How is it useful?
What is the importance of the three programming constructs?
What is empty statement in Python? What is its need?
What is an algorithm?