Write a function in python named SwapHalfList(Array) ,which accepts a list Array of numbers and sawps the element of 1st Half of the list with the 2nd Half of the list ONLY if the sum of 1 st Half is greater than 2nd Half of the list
Shubham Prajapati
July 31, 2021
""" """ Write a function in python named SwapHalfList(Array) ,which accepts a list Array of numbers and sawp...