Question: onsider the following code: from math import * X = (a,b,c) y = [d,e,f] h = len(y) sum = @ for i in range (@,n):
onsider the following code: from math import * X = (a,b,c) y = [d,e,f] h = len(y) sum = @ for i in range (@,n): prod = 1 for j in range(n): prod*= (2-x[j]) sum+=y[i]*prod print(sum) Assuming a = 1, b = 4.C = 6, d = 1, e = 5, f = 6 and z = 4. what will be printed at the conclusion of this program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
