Discover the answers you need at Westonci.ca, a dynamic Q&A platform where knowledge is shared freely by a community of experts. Join our platform to connect with experts ready to provide accurate answers to your questions in various fields. 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