>>338
def deco (fn):
print("Good")
fn()
print("Good")

↑の関数は高階関数と言えるし、デコレータとも言える?