Welcome to Westonci.ca, your go-to destination for finding answers to all your questions. Join our expert community today! Get quick and reliable solutions to your questions from a community of experienced experts on our platform. Our platform offers a seamless experience for finding reliable answers from a network of knowledgeable professionals.

What is the output of this program?

numA = 2
numB = 3
if numA == 2 and numB == 2:
print("yes")
elif numA == 2 and numB == 3:
print("no")
Output:


PLEASE HELP ME!!!!!!!!!


Sagot :

it will print no, because B = 3 and not 2 so it will skip the print yes line.

Answer: output is no

Step-by-step explanation:

this question popped up in my feed 3 times lol