Math, asked by javeriahussain63, 4 months ago

Predict the output for the given python code
a, b, c=9, 1,2,3
X=a-b/3+c*2-1

Answers

Answered by anurag2147
1

Answer:

it is error program

a, b, c=9, 1,2,3 because it is wrong way.

Similar questions