Computer Science, asked by maitubanerjee942, 6 months ago

Make a change in an expression z of previous question so that the output produced is 0. you can not change the operators or variables

Answers

Answered by TheImmortals
0

Answer :

x, y = 4, 8

z = x/y*y

print(z)

Ans:

x, y = 4, 8

z = x/y*y and 0

print(z)

\rule{200}{2}

Similar questions