HomeData Handling What will be the output of following code?x , y = 4, 8 z = x /y * y print(z) 0 Comments Facebook Twitter Q9. What will be the output of following code? x , y = 4, 8 z = x /y * y print(z) Answer = Output is: 4.0
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )