How to perform 'Shuffle Array' in Python.
# Task: Shuffle Array
# Language: Python
def shuffle_array():
# Implementation for Shuffle Array
# TODO: Implement core logic here
# Step 1: Prepare data
# Step 2: Process Shuffle Array
print('Done')