DIARY / Feb / 17
post
post
Welcome to my personal blog! Here, I share my thoughts, experiences, and snippets of code.
post
post
post
# This is a simple Python function
def greet(name):
print(f"Hello, {name}!")
greet("World")