

What does this program print?
Trace the program the way the computer would, then make your call before running anything.
x = 10 y = 20 x = y print(x)


Trace the program the way the computer would, then make your call before running anything.
x = 10 y = 20 x = y print(x)