Saved Bookmarks
| 1. |
9 What will be the output of following code ?xy=4,8z = x/y*yprint(z) 10. Make change in the expression for z of previous question so that the output produced is zero. Youcannot change the operators and order of variables.(Hint. Use a function around a suh-eynression)Answer Q 10 pleaseeeeeePython |
| Answer» | |