Computer Science, asked by Riplov7030, 1 year ago

What do you mean by statement in Python?

Answers

Answered by dineshbhatirupa
0

Python pass Statement. Advertisements. It 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