demo_ref_keyword_def.py:
def my_function(): print("Hello from a function") my_function()
➜ begtut>python demo_keyword_def.py
Hello from a function