Computer Science, asked by sebastianvidal018, 2 months ago

what is the output of this porgram?​

Attachments:

Answers

Answered by bishayiasmita
1

the output is:

no

for this program

Answered by kesavreddy921
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