C-18-Q069mediumsingle_mcq
Which keyword is used after the if block in this skip program to print the remaining numbers?
Which keyword is used after the if block in this skip program to print the remaining numbers?
- a
pass - b
else - c
break - d
return
ব্যাখ্যা
The else branch paired with the if handles the numbers that fail the skip condition, so they get printed normally.