Page 1 of 1

def funcixy): while (x+y) print(x) xx-y return x a=5 b+4 funcia.b) print (a,b) W What would be printed? Do you see any p

Posted: Sun Jul 10, 2022 11:27 am
by answerhappygod
Def Funcixy While X Y Print X Xx Y Return X A 5 B 4 Funcia B Print A B W What Would Be Printed Do You See Any P 1
Def Funcixy While X Y Print X Xx Y Return X A 5 B 4 Funcia B Print A B W What Would Be Printed Do You See Any P 1 (43.71 KiB) Viewed 53 times
def funcixy): while (x+y) print(x) xx-y return x a=5 b+4 funcia.b) print (a,b) W What would be printed? Do you see any problems with this code? If yes, explain in no more than three sentences. If r Hint: I am little confused on the usage of the return statement. In your explanation, include your thoughts to explain