def reverse_arr(list1): for i in range(len(list1)): list1[i] = list1[len(list1)-i-1] return(list1) reverse_arr([1,3,-13,13,2])
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment