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