C-16-Q111mediumsingle_mcq
Which Python statement is used to perform an action based on a condition?
Which Python statement is used to perform an action based on a condition?
- a
for - b
while - c
if - d
def
Which Python statement is used to perform an action based on a condition?
forwhileifdef