[Ques] Given the code below, what describes the values of y that will cause the code to print “yes”? if y >=

Given the code below, what describes the values of y that will cause the code to print “yes”?

if y >= 0 and y < 50: print ("yes") print ("no") Please indicate your views on the correct answer to question. Each of your comments will be evaluated by our moderators and correct answers will be shared.

Leave a Reply

Your email address will not be published. Required fields are marked *