QUESTION IMAGE
Question
question 14 given the following, which part is the condition? if age < 12: print(\discount for children available\) age age < 12 print(\discount for children available\)
Brief Explanations
In Python's if - statement, the part after 'if' is the condition. Here, 'age < 12' is the condition that determines whether the print statement will execute.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
B. age < 12