Question: thanks so much Question 3 (1 point) d Select the correct option to complete the following code so that the integers from a to 1
Question 3 (1 point) d Select the correct option to complete the following code so that the integers from a to 1 (inclusive) are printed. def compute (a): ifa>0: print (a-1) compute(a) compute(a-1) print (a) compute (a) print(a-1) print (a) compute (a-1) Save
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
