Q. Which of the following keywords is used to define an inline condition?
β
Correct Answer: (A)
if
Explanation: Python uses inline `if` expressions for one-line conditions.