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