My First Code Post

Introduction

This is my first code post. Here’s an example of a Python function:

def hello_world():
    print("Hello, World!")