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