Q. Make change in the expression for z of previous question so that the output produced is zero. You cannot change the operators and order of variables.
(Hint: Use a function around a sub-expression)
Answer =
x , y = 4, 8
z = x /y * y and 0
print(z)
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )