C-16-Q112mediumsingle_mcq
The use of the if statement in Python is closely tied to the meaning of:
The use of the if statement in Python is closely tied to the meaning of:
- a"while"
- b"for"
- c"if"
- d"do"
ব্যাখ্যা
The if statement directly expresses the everyday meaning of the English word "if" — it performs an action if a given condition holds true. This natural-language correspondence is what makes its logic easy to understand.