Question: 21. In this program, first correct the errors and then tell what will the corrected program display? (10 points) def main(): x=5 y=6,4 print (x,y)
21. In this program, first correct the errors and then tell what will the corrected program display? (10 points) def main(): x=5 y=6,4 print (x,y) def change (a,b): a=1 b=2 c=a=b print (a,b,c) change (3,4) main ()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
