Question: question 1 question 2 What will the code below print? Or does it have any error(s)? y = 0 TI X, if x 0: print
question 1

question 2

What will the code below print? Or does it have any error(s)? y = 0 TI X, if x 0: print (x, " is a positive number") ( " else: print (x," is 0") O is a positive number The negative number O is not valid here. y is o the code has error O is o Does this code execute without error? If yes, how many lines would be printed? for number in range (5,-1,-1): print("I have", number , "cookies. I'm going to eat one now.") 5 6 O 3 0, the code has error The code prints only once
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
