QUESTION IMAGE
Question
fill in the blank
what is the output of this program?
age = 4
if age > 5:
print(\more\)
else:
print(\less\)
Step1: Check the condition
The variable age is 4. The condition age > 5 is False.
Step2: Execute the else - part
Since the condition is False, the code in the else block is executed.
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
less