Report Bug
Qus : A statement is used when a statement is required syntactically but you do not want any code to execute.
Qus एक स्टेटमेंट का उपयोग तब किया जाता है जब किसी स्टेटमेंट को वाक्यात्मक रूप से आवश्यक होता है लेकिन आप नहीं चाहते कि कोई कोड निष्पादित हो।

A. break
B. pass
C. continue
D. none of these


Solution
B. pass






Report Bug