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