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