What will the following program display? def main (): X = 1 y = = 3.4 print

Question:

What will the following program display?def main (): X = 1 y = = 3.4 print (x, y) change_us (x, y) print (x, y) def change_us (a, b): a = 0 b = 0

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: