Computer Science, asked by rmanojdivya000, 10 months ago

Explain the use of pass statement. Illustrate it with an example.

waiting for an early reply....​

Answers

Answered by Anonymous
3

.The pass statement in Python is used when a statement is required syntactically but you do not want any command or code to execute. The pass statement is a null operation; nothing happens when it executes

Similar questions