CBSE Class 11 Computer Science Question 80 of 161

Flow of Control — Question 4

Back to all questions
4
Question

Question 4

Which Python statement can be termed as empty statement?

Answer

In Python, an empty statement is pass statement. Its syntax is:

pass
Answer