How to define a simple Python function

def func_name():
    print("test")