• + 0 comments

    def reverseArray(a): # Write your code here return list(reversed(a));