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
0
Answer:
ye python ka question hai na
Similar questions
English,
3 months ago
History,
3 months ago
Social Sciences,
6 months ago
Chemistry,
6 months ago
Math,
10 months ago