Computer Science, asked by binduashokk, 6 months ago

Predict the output for the following:
a,b,c=9,12,3
x=a-b/3+c*2-1
y=a-b/(3+c)*(2-1)
z=a-(b/(3+c)*2)-1
print("x=",x)
print("y=",y)
print("z=",z)

Answers

Answered by kaushiknarmada
0

Answer:

ye python ka question hai na

Similar questions