Question: 4) Write a Python program to interchange two numbers from an array of 10 numbers using a function #write code here #below is the expected

4) Write a Python program to interchange two numbers from an array of 10 numbers using a function \#write code here \#below is the expected output format Enter 10 numbers 12 23 43 12 1 645 4 234 5 6 The list before swap: [12,23,43,12,1,645,4,234,5,6] The list after swap: [43,23,12,12,1,645,4,234,5,6]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
