The Beginning

This is first part of pilot thought.

# Example codeblock
def hello(name):
    print(f"Hello, {name}!")

The End

This is second part of pilot thought.