17. What are jump statements ? Name them. Listing11IPSA, sa 11 cs chapter 8, sa 11 ip chapter 5 / PythonCSIP CS IP 17. What are jump statements ? Name them. Read More »
10. 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) sa 11 cs chapter 7, sa 11 ip chapter 4, Uncategorized / PythonCSIP CS IP x, y = 4, 8 z = x/y*y print(z) Ans: x, y = 4, 8 z = x/y*y and 0 print(z) 10. 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) Read More »