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