# my_utils.py Python3语法
def say_hello(name):
    print(f"Hello, {name}! This is from my_utils module.")