type a Python method/function SwitchOver(Val) to swap the even and odd positions of the values in the list Val. Note : Assuming that the list has even number of values in it. Fo