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
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)
Similar questions