# my_utils.py Python 3 syntax
def say_hello(name):
    print(f"Hello, {name}! This is from my_utils module.")