SarkariResultess QA Bank

Answer & Explanation

4 Answers
Verified Correct Answer

if active: print('yes')

if active: print('yes')
Additional Explanation
Block statements में consistent indentation जरूरी है।
Verified

if active: print('yes') with mixed tabs/spaces

if active: print('yes') with mixed tabs/spaces
Additional Explanation
यह विकल्प सही समाधान नहीं है।
Verified

if active: print('yes')

if active: print('yes')
Additional Explanation
यह विकल्प सही समाधान नहीं है।
Verified

if active print('yes')

if active print('yes')
Additional Explanation
यह विकल्प सही समाधान नहीं है।