Apple Interview Question

What is the purpose pass statement in Python?

Interview Answer

Anonymous

Aug 5, 2016

Empty statement does nothing, it passes execution to the next statement.

1