what is the output of this porgram?
Attachments:
Answers
Answered by
1
the output is:
no
for this program
Answered by
1
Answer:
if numA==2 and numB==2 #returns false
so elif statement executed next
elif numA==2and numB==3 returns true and print statement will get executed
output will be no
Similar questions