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