python_ref_keyword_def.py:
x
 
def my_function():
 print("Hello from a function")
my_function()